From 843ce45dd355f6f52f2ec75517dca6c64ccf7b5c Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 27 Jul 2006 10:39:12 +0000 Subject: add assemble _startup0 --- build_windows_object_files_64.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_windows_object_files_64.bat b/build_windows_object_files_64.bat index a479636..9eff5cb 100644 --- a/build_windows_object_files_64.bat +++ b/build_windows_object_files_64.bat @@ -1,5 +1,6 @@ call "c:\Program Files\Microsoft SDK\SetEnv.bat" /AMD64 /RETAIL -ml64 /nologo /c /Fo _startup1.o /c astartup.asm +ml64 /nologo /c /Fo _startup0.o _startup0.asm +ml64 /nologo /c /Fo _startup1.o astartup.asm ml64 /nologo /c /DPROFILE /Fo _startup1Profile.o astartup.asm ml64 /nologo /c /DPROFILE /DTRACE /Fo _startup1Trace.o astartup.asm cl /nologo /c /O /DWINDOWS /DTIME_PROFILE /DWRITE_HEAP /Fo_startup2.o wcon.c -- cgit v1.2.3