X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb32743940077aee862eeab6a53c3ecdf9e587e8..8bc3ec1ff5384eab3f8fb5b3a0ca7f7887889813:/tests/Makefile.in?ds=inline diff --git a/tests/Makefile.in b/tests/Makefile.in index cbf92b9882..b53355ed4d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.6 (http://bakefile.sourceforge.net) +# Bakefile 0.1.7 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -40,13 +40,16 @@ WX_RELEASE = 2.5 WX_VERSION = $(WX_RELEASE).4 LIBDIRNAME = $(top_builddir)lib TEST_CXXFLAGS = $(__test_PCH_INC) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ - -I$(srcdir) $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS) + -I$(srcdir) $(__DLLFLAG_p) -DwxUSE_GUI=0 $(CPPUNIT_CFLAGS) $(CPPFLAGS) \ + $(CXXFLAGS) TEST_OBJECTS = \ test_test.o \ test_archivetest.o \ + test_ziptest.o \ test_arrays.o \ test_datetimetest.o \ test_fileconftest.o \ + test_filekind.o \ test_filenametest.o \ test_filesystest.o \ test_fontmaptest.o \ @@ -240,6 +243,9 @@ test_test.o: $(srcdir)/test.cpp $(TEST_ODEP) test_archivetest.o: $(srcdir)/archive/archivetest.cpp $(TEST_ODEP) $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/archivetest.cpp +test_ziptest.o: $(srcdir)/archive/ziptest.cpp $(TEST_ODEP) + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/ziptest.cpp + test_arrays.o: $(srcdir)/arrays/arrays.cpp $(TEST_ODEP) $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/arrays/arrays.cpp @@ -249,6 +255,9 @@ test_datetimetest.o: $(srcdir)/datetime/datetimetest.cpp $(TEST_ODEP) test_fileconftest.o: $(srcdir)/fileconf/fileconftest.cpp $(TEST_ODEP) $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/fileconf/fileconftest.cpp +test_filekind.o: $(srcdir)/filekind/filekind.cpp $(TEST_ODEP) + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filekind/filekind.cpp + test_filenametest.o: $(srcdir)/filename/filenametest.cpp $(TEST_ODEP) $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filename/filenametest.cpp