]> gitweb.factorcode.org Git - factor.git/commitdiff
Nmakefile: fix 32-bit build
authorSlava Pestov <slava@factorcode.org>
Thu, 8 Apr 2010 23:06:22 +0000 (18:06 -0500)
committerSlava Pestov <slava@factorcode.org>
Thu, 8 Apr 2010 23:06:22 +0000 (18:06 -0500)
Nmakefile

index c8dd98917ddc430681e43fac9e44887765affa54..1edc14199ddd4bf58b3b61c0ed4b497f465cbd22 100755 (executable)
--- a/Nmakefile
+++ b/Nmakefile
@@ -15,7 +15,7 @@ PLAF_DLL_OBJS = vm\os-windows-nt-x86.32.obj vm\safeseh.obj
 PLAF_DLL_OBJS = vm\os-windows-nt-x86.64.obj
 !ENDIF
 
-ML_FLAGS = /nologo
+ML_FLAGS = /nologo /safeseh
 
 EXE_OBJS = vm\main-windows-nt.obj vm\factor.res
 
@@ -99,6 +99,7 @@ default:
        @echo Where platform is one of:
        @echo x86-32
        @echo x86-64
+       @exit 1
 
 x86-32:
        nmake PLATFORM=x86-32 /f Nmakefile all