X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670ec357654cdee164e8ade5f6b7852f3108fa26..5d72f195879d11b72244ae718f9580f899ca0738:/tests/makefile.gcc diff --git a/tests/makefile.gcc b/tests/makefile.gcc index 5aeeb39f94..c4f0d33421 100644 --- a/tests/makefile.gcc +++ b/tests/makefile.gcc @@ -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! # ========================================================================= @@ -22,7 +22,12 @@ TEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \ $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS) TEST_OBJECTS = \ $(OBJS)\test_test.o \ - $(OBJS)\test_main.o + $(OBJS)\test_main.o \ + $(OBJS)\test_formatconverter.o \ + $(OBJS)\test_regex.o \ + $(OBJS)\test_filesys.o \ + $(OBJS)\test_arrays.o \ + $(OBJS)\test_longlong.o ### Conditionally set variables: ### @@ -151,4 +156,19 @@ $(OBJS)\test_test.o: ./test.cpp $(OBJS)\test_main.o: ./mbconv/main.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $< +$(OBJS)\test_formatconverter.o: ./formatconverter/formatconverter.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $< + +$(OBJS)\test_regex.o: ./regex/regex.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $< + +$(OBJS)\test_filesys.o: ./filesys/filesys.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $< + +$(OBJS)\test_arrays.o: ./arrays/arrays.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $< + +$(OBJS)\test_longlong.o: ./longlong/longlong.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $< + .PHONY: all clean