diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.msc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile.msc b/win32/Makefile.msc index 164790b..59bb0da 100644 --- a/win32/Makefile.msc +++ b/win32/Makefile.msc | |||
@@ -6,8 +6,8 @@ | |||
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" \ | 7 | # nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" \ |
8 | # OBJA="inffas32.obj match686.obj" (use ASM code, x86) | 8 | # OBJA="inffas32.obj match686.obj" (use ASM code, x86) |
9 | # nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF" \ | 9 | # nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." \ |
10 | # OBJA="inffasx64.obj gvmat64.obj inffas8664.c" (use ASM code, x64) | 10 | # OBJA="inffasx64.obj gvmat64.obj inffas8664.obj" (use ASM code, x64) |
11 | 11 | ||
12 | # optional build flags | 12 | # optional build flags |
13 | LOC = | 13 | LOC = |