diff options
Diffstat (limited to '')
-rw-r--r-- | win32/Makefile.msc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/Makefile.msc b/win32/Makefile.msc index 6831882..9c65153 100644 --- a/win32/Makefile.msc +++ b/win32/Makefile.msc | |||
@@ -4,10 +4,6 @@ | |||
4 | # Usage: | 4 | # Usage: |
5 | # nmake -f win32/Makefile.msc (standard build) | 5 | # nmake -f win32/Makefile.msc (standard build) |
6 | # nmake -f win32/Makefile.msc LOC=-DFOO (nonstandard build) | 6 | # nmake -f win32/Makefile.msc LOC=-DFOO (nonstandard build) |
7 | # nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" \ | ||
8 | # OBJA="inffas32.obj match686.obj" (use ASM code, x86) | ||
9 | # nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." \ | ||
10 | # OBJA="inffasx64.obj gvmat64.obj inffas8664.obj" (use ASM code, x64) | ||
11 | 7 | ||
12 | # The toplevel directory of the source tree. | 8 | # The toplevel directory of the source tree. |
13 | # | 9 | # |