summaryrefslogtreecommitdiff
path: root/NT_MAKEFILE
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-06-19 00:18:27 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-06-19 01:14:52 +0300
commit701ce8de274c0210b71575bb3845827877066909 (patch)
treea3f774820c3da80e94e6e11a9e9c5447d4d26c64 /NT_MAKEFILE
parent1d0d636a51b7396972ba777f2db8ca07ddc55f11 (diff)
downloadbdwgc-701ce8de274c0210b71575bb3845827877066909.tar.gz
Generate cordtest and de executable files in GC base folder
This is to match the behavior of Automake- and CMake-based scripts. * BCC_MAKEFILE (all, cord\de.exe): Rename cord\de.exe to de.exe. * NT_MAKEFILE (all, cord\de.exe): Likewise. * doc/README.win32: Likewise. * Makefile.direct (cord/cordtest, clean, check): Rename cord/cordtest to cordtest. * SMakefile.amiga (all, clean, test, cord/cordtest): Likewise. * Makefile.direct (cord/de): Rename cord/de to de$(EXEEXT); add cord/de rule depending on de$(EXEEXT). * Makefile.direct (clean): Rename cord/de to de. * doc/README.cords: Likewise. * OS2_MAKEFILE (all, cord\cordtest.exe): Rename cord\cordtest.exe to cordtest.exe.
Diffstat (limited to 'NT_MAKEFILE')
-rw-r--r--NT_MAKEFILE6
1 files changed, 3 insertions, 3 deletions
diff --git a/NT_MAKEFILE b/NT_MAKEFILE
index 103f6fec..39c068db 100644
--- a/NT_MAKEFILE
+++ b/NT_MAKEFILE
@@ -91,7 +91,7 @@ AO_INCLUDE_DIR=$(AO_SRC_DIR)
OBJS= misc.obj win32_threads.obj alloc.obj reclaim.obj allchblk.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 fnlz_mlc.obj malloc.obj dyn_load.obj typd_mlc.obj ptr_chck.obj gc_cpp.obj gcj_mlc.obj mallocx.obj extra\msvc_dbg.obj thread_local_alloc.obj
-all: gctest.exe cord\de.exe test_cpp.exe
+all: gctest.exe de.exe test_cpp.exe
.c.obj:
$(cc) $(cdebug) $(cflags) $(CFLAGS_SPECIFIC) -Iinclude -I$(AO_INCLUDE_DIR) $(CFLAGS_DEFAULT) -DCORD_NOT_DLL -D_CRT_SECURE_NO_DEPRECATE $*.c /Fo$*.obj /wd4100 /wd4127 /wd4701
@@ -120,8 +120,8 @@ cord\tests\de_win.res: cord\tests\de_win.rc cord\tests\de_win.h cord\tests\de_cm
$(rc) $(rcvars) -r -fo cord\tests\de_win.res cord\tests\de_win.rc
# Cord/de is a real win32 GUI app.
-cord\de.exe: cord\cordbscs.obj cord\cordxtra.obj cord\tests\de.obj cord\tests\de_win.obj cord\tests\de_win.rbj $(GC_LIB)
- $(link) /MACHINE:$(CPU) /INCREMENTAL:NO $(ldebug) $(lflags) -out:cord\de.exe cord\cordbscs.obj cord\cordxtra.obj cord\tests\de.obj cord\tests\de_win.obj cord\tests\de_win.rbj $(GC_LIB) gdi32.lib user32.lib
+de.exe: cord\cordbscs.obj cord\cordxtra.obj cord\tests\de.obj cord\tests\de_win.obj cord\tests\de_win.rbj $(GC_LIB)
+ $(link) /MACHINE:$(CPU) /INCREMENTAL:NO $(ldebug) $(lflags) -out:de.exe cord\cordbscs.obj cord\cordxtra.obj cord\tests\de.obj cord\tests\de_win.obj cord\tests\de_win.rbj $(GC_LIB) gdi32.lib user32.lib
gc_cpp.obj: gc_cpp.cc include\gc_cpp.h include\gc.h