X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e70833fb1dfa271e7b0c9dec11ad644880e03c6f..3b8d819f303aacd6545acb2f07e7b82f12660d39:/tests/makefile.bcc diff --git a/tests/makefile.bcc b/tests/makefile.bcc index 749a041311..26a2defa74 100644 --- a/tests/makefile.bcc +++ b/tests/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.3 (http://bakefile.sourceforge.net) +# Bakefile 0.1.4 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -32,7 +32,11 @@ TEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \ TEST_OBJECTS = \ $(OBJS)\test_test.obj \ $(OBJS)\test_main.obj \ - $(OBJS)\test_regex.obj + $(OBJS)\test_formatconverter.obj \ + $(OBJS)\test_regex.obj \ + $(OBJS)\test_filesys.obj \ + $(OBJS)\test_arrays.obj \ + $(OBJS)\test_longlong.obj ### Conditionally set variables: ### @@ -158,5 +162,17 @@ $(OBJS)\test_test.obj: .\test.cpp $(OBJS)\test_main.obj: .\mbconv\main.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_formatconverter.obj: .\formatconverter\formatconverter.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_regex.obj: .\regex\regex.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** + +$(OBJS)\test_filesys.obj: .\filesys\filesys.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** + +$(OBJS)\test_arrays.obj: .\arrays\arrays.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** + +$(OBJS)\test_longlong.obj: .\longlong\longlong.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**