diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 16:56:55 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 17:03:41 +0400 |
commit | 9f27ae7aee7a12b3c99d0ce7dc4c7384e3189fa2 (patch) | |
tree | c22825cb48bbafbb34e67ef1900280e4d1d7aded /BCC_MAKEFILE | |
parent | 29be14a4aa2f73bf89396e50e5f5322fa9264b00 (diff) | |
download | bdwgc-9f27ae7aee7a12b3c99d0ce7dc4c7384e3189fa2.tar.gz |
gc6.0 tarball importgc6_0
Diffstat (limited to 'BCC_MAKEFILE')
-rw-r--r-- | BCC_MAKEFILE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BCC_MAKEFILE b/BCC_MAKEFILE index 225a1ed4..a8e06827 100644 --- a/BCC_MAKEFILE +++ b/BCC_MAKEFILE @@ -47,9 +47,9 @@ gc.lib: $(OBJS) $(XXXOBJS:XXX=+)
|
-gctest.exe: test.obj gc.lib
+gctest.exe: tests\test.obj gc.lib
$(cc) @&&|
- $(cflags) -W -e$* test.obj gc.lib
+ $(cflags) -W -e$* tests\test.obj gc.lib
|
cord\de.obj cord\de_win.obj: cord\cord.h cord\private\cord_pos.h cord\de_win.h \
@@ -68,8 +68,8 @@ gc_cpp.obj: gc_cpp.h gc.h gc_cpp.cpp: gc_cpp.cc
copy gc_cpp.cc gc_cpp.cpp
-test_cpp.cpp: test_cpp.cc
- copy test_cpp.cc test_cpp.cpp
+test_cpp.cpp: tests\test_cpp.cc
+ copy tests\test_cpp.cc test_cpp.cpp
test_cpp.exe: test_cpp.obj gc_cpp.h gc.h gc.lib
$(cc) @&&|
|