]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.vc
Prepare headers for C->C++ migration
[wxWidgets.git] / tests / makefile.vc
index 88a81a75d24cee1a4c82d4e08f0ebde7daf5c54f..48817a4628fa587ebd2359b75729d775ca758317 100644 (file)
@@ -28,6 +28,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_formatconverter.obj \
        $(OBJS)\test_regex.obj \
        $(OBJS)\test_wxregex.obj \
+       $(OBJS)\test_filename.obj \
        $(OBJS)\test_filesys.obj \
        $(OBJS)\test_arrays.obj \
        $(OBJS)\test_hashes.obj \
@@ -41,7 +42,8 @@ TEST_OBJECTS =  \
        $(OBJS)\test_filestream.obj \
        $(OBJS)\test_memstream.obj \
        $(OBJS)\test_zlibstream.obj \
-       $(OBJS)\test_fontmap.obj
+       $(OBJS)\test_fontmap.obj \
+       $(OBJS)\test_datetime.obj
 
 ### Conditionally set variables: ###
 
@@ -243,6 +245,9 @@ $(OBJS)\test_regex.obj: .\regex\regex.cpp
 $(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
 
+$(OBJS)\test_filename.obj: .\filename\filename.cpp
+       $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
+
 $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
 
@@ -284,3 +289,6 @@ $(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
 
 $(OBJS)\test_fontmap.obj: .\fontmap\fontmap.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
+
+$(OBJS)\test_datetime.obj: .\datetime\datetime.cpp
+       $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**