diff options
author | John van Groningen | 2006-07-27 10:39:12 +0000 |
---|---|---|
committer | John van Groningen | 2006-07-27 10:39:12 +0000 |
commit | 843ce45dd355f6f52f2ec75517dca6c64ccf7b5c (patch) | |
tree | 506596c7082754e57aa48a7e82e88a006d80d9de | |
parent | add startup jump for 64 bit windows (diff) |
add assemble _startup0
-rw-r--r-- | build_windows_object_files_64.bat | 3 |
1 files changed, 2 insertions, 1 deletions
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 |