]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
switch OSX implementations to unicode text ctrl meanwhile
[wxWidgets.git] / tests / Makefile.in
index 38e9ea595afc388b99888d44803e60a0159f22b9..b53355ed4d27dc244c5193af0dd0574fb9c05d8c 100644 (file)
@@ -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,7 +40,8 @@ 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 \
@@ -48,6 +49,7 @@ TEST_OBJECTS =  \
        test_arrays.o \
        test_datetimetest.o \
        test_fileconftest.o \
+       test_filekind.o \
        test_filenametest.o \
        test_filesystest.o \
        test_fontmaptest.o \
@@ -253,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