summaryrefslogtreecommitdiff
path: root/NT_MAKEFILE
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-07-26 17:49:27 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 17:49:27 +0400
commitcab07051b9609b90d82db8c4586988a804a25264 (patch)
tree98eb408f4e958f983450dad080f567702d67bd74 /NT_MAKEFILE
parent1b159c5602737076356b862a8d2205bb13b34909 (diff)
downloadbdwgc-cab07051b9609b90d82db8c4586988a804a25264.tar.gz
gc6.3alpha5 tarball importgc6_3alpha5
Diffstat (limited to 'NT_MAKEFILE')
-rw-r--r--NT_MAKEFILE5
1 files changed, 3 insertions, 2 deletions
diff --git a/NT_MAKEFILE b/NT_MAKEFILE
index 002f85c7..d1b6a5d6 100644
--- a/NT_MAKEFILE
+++ b/NT_MAKEFILE
@@ -2,7 +2,8 @@
# DLLs are included in the root set under NT, but not under win32S.
# Use "nmake nodebug=1 all" for optimized versions of library, gctest and editor.
-CPU= i386
+MY_CPU=X86
+CPU=$(MY_CPU)
!include <ntwin32.mak>
OBJS= alloc.obj reclaim.obj allchblk.obj misc.obj mach_dep.obj os_dep.obj mark_rts.obj headers.obj mark.obj obj_map.obj blacklst.obj finalize.obj new_hblk.obj dbg_mlc.obj malloc.obj stubborn.obj dyn_load.obj typd_mlc.obj ptr_chck.obj gc_cpp.obj mallocx.obj
@@ -30,7 +31,7 @@ gctest.exe: tests\test.obj gc.lib
# mapsympe -n -o gctest.sym gctest.exe
cord\de_win.rbj: cord\de_win.res
- cvtres -$(CPU) cord\de_win.res -o cord\de_win.rbj
+ cvtres /MACHINE:$(MY_CPU) /OUT:cord\de_win.rbj cord\de_win.res
cord\de.obj cord\de_win.obj: include\cord.h include\private\cord_pos.h cord\de_win.h cord\de_cmds.h