version 1.1, 1999/12/03 07:39:09 |
version 1.2, 2001/04/20 07:39:18 |
Line 169 test_cpp.exe: test_cpp.obj gc.lib |
|
Line 169 test_cpp.exe: test_cpp.obj gc.lib |
|
|
|
gc_cpp.obj: gc_cpp.cc .AUTODEPEND |
gc_cpp.obj: gc_cpp.cc .AUTODEPEND |
$(CXX) $(TEST_CXXFLAGS) -iinclude $*.cc |
$(CXX) $(TEST_CXXFLAGS) -iinclude $*.cc |
test.obj: test.c .AUTODEPEND |
test.obj: tests\test.c .AUTODEPEND |
$(CC) $(TEST_CFLAGS) $*.c |
$(CC) $(TEST_CFLAGS) $*.c |
test_cpp.obj: test_cpp.cc .AUTODEPEND |
test_cpp.obj: tests\test_cpp.cc .AUTODEPEND |
$(CXX) $(TEST_CXXFLAGS) -iinclude $*.cc |
$(CXX) $(TEST_CXXFLAGS) -iinclude $*.cc |
|
|
|
|