From 4a9e4dff0d3daf3827dd597da8589bd2594fdb58 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 16 Jan 2012 17:57:42 -0800 Subject: [PATCH] =?utf8?q?Correct=20suggested=20usages=20in=20win32/Makefi?= =?utf8?q?le.msc=20[=D7=A9=D7=97=D7=A8,=20Horvath].?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- win32/Makefile.msc | 4 ++-- 1 file 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 @@ # nmake -f win32/Makefile.msc LOC=-DFOO (nonstandard build) # nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" \ # OBJA="inffas32.obj match686.obj" (use ASM code, x86) -# nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF" \ -# OBJA="inffasx64.obj gvmat64.obj inffas8664.c" (use ASM code, x64) +# nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." \ +# OBJA="inffasx64.obj gvmat64.obj inffas8664.obj" (use ASM code, x64) # optional build flags LOC = -- 2.7.4