]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
define _INCLUDE__STDC_A1_SOURCE for HP-UX, it is apparently needed to get mbtowcs...
[wxWidgets.git] / tests / Makefile.in
index ac19e587e7a664b231603fda0ebfa5e65412705d..314755b0ec642815d9b6f6631d23daa8113f2db2 100644 (file)
@@ -38,7 +38,9 @@ TEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) -I$(srcdir) \
 TEST_OBJECTS =  \
        test_test.o \
        test_main.o \
-       test_regex.o
+       test_formatconverter.o \
+       test_regex.o \
+       test_filesys.o
 
 ### Conditionally set variables: ###
 
@@ -107,9 +109,15 @@ test_test.o: $(srcdir)/test.cpp
 test_main.o: $(srcdir)/mbconv/main.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_formatconverter.o: $(srcdir)/formatconverter/formatconverter.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 test_regex.o: $(srcdir)/regex/regex.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_filesys.o: $(srcdir)/filesys/filesys.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d