]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.vc
fix unicode build errors with 10.3
[wxWidgets.git] / tests / makefile.vc
index 17fb23c43889a9c2208e2eee994fb19fbee98963..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 \
@@ -40,7 +41,9 @@ TEST_OBJECTS =  \
        $(OBJS)\test_ffilestream.obj \
        $(OBJS)\test_filestream.obj \
        $(OBJS)\test_memstream.obj \
-       $(OBJS)\test_zlibstream.obj
+       $(OBJS)\test_zlibstream.obj \
+       $(OBJS)\test_fontmap.obj \
+       $(OBJS)\test_datetime.obj
 
 ### Conditionally set variables: ###
 
@@ -242,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) $**
 
@@ -280,3 +286,9 @@ $(OBJS)\test_memstream.obj: .\streams\memstream.cpp
 
 $(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
+
+$(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) $**