I have downloaded the source to NASM. I want to build the NASM binary from it. According to the documentation, I should type in the following command:
nmake /f Mkfiles\msvc.mak
When I run the command here is my output:
Microsoft (R) Program Maintenance Utility Version 14.29.30146.0
Copyright (C) Microsoft Corporation. All rights reserved.
Mkfiles\msvc.mak(242) : fatal error U1005: syntax error : text must follow ':' in macro
Stop.
What did I do wrong?
Bob