Regenerated makefiles after new filename test by Vadim.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-08-02 07:34:01 +00:00
parent 224bf05c9b
commit 3fa8642327
6 changed files with 24 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ TEST_OBJECTS = \
$(OBJS)\test_formatconverter.o \
$(OBJS)\test_regex.o \
$(OBJS)\test_wxregex.o \
$(OBJS)\test_filename.o \
$(OBJS)\test_filesys.o \
$(OBJS)\test_arrays.o \
$(OBJS)\test_hashes.o \
@@ -182,6 +183,9 @@ $(OBJS)\test_regex.o: ./regex/regex.cpp
$(OBJS)\test_wxregex.o: ./regex/wxregex.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
$(OBJS)\test_filename.o: ./filename/filename.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
$(OBJS)\test_filesys.o: ./filesys/filesys.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<