]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
adapted to new font setter
[wxWidgets.git] / tests / Makefile.in
index b9ba37ad491837e753e72dd2954fece07039f25e..44667596376c6d79c68e6ade72460cbd03ddb397 100644 (file)
@@ -38,7 +38,7 @@ SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@
 
 DESTDIR = 
 WX_RELEASE = 2.7
-WX_VERSION = $(WX_RELEASE).0
+WX_VERSION = $(WX_RELEASE).1
 LIBDIRNAME = $(top_builddir)lib
 TEST_CXXFLAGS = $(__test_PCH_INC) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
        $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
@@ -73,6 +73,7 @@ TEST_OBJECTS =  \
        test_bstream.o \
        test_datastreamtest.o \
        test_ffilestream.o \
+       test_fileback.o \
        test_filestream.o \
        test_largefile.o \
        test_memstream.o \
@@ -370,6 +371,9 @@ test_datastreamtest.o: $(srcdir)/streams/datastreamtest.cpp $(TEST_ODEP)
 test_ffilestream.o: $(srcdir)/streams/ffilestream.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/ffilestream.cpp
 
+test_fileback.o: $(srcdir)/streams/fileback.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/fileback.cpp
+
 test_filestream.o: $(srcdir)/streams/filestream.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/filestream.cpp