From: Slava Pestov Date: Thu, 8 Apr 2010 23:06:22 +0000 (-0500) Subject: Nmakefile: fix 32-bit build X-Git-Tag: 0.97~4720^2~22^2~26 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=ea81faffca3a8d68ad78eea4d4d0ee3f6e70c254 Nmakefile: fix 32-bit build --- diff --git a/Nmakefile b/Nmakefile index c8dd98917d..1edc14199d 100755 --- 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