]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.vc
fix unicode build errors with 10.3
[wxWidgets.git] / tests / makefile.vc
index be8b151c47432b38ae2df54cb02ff6a5a7306ade..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 \
@@ -244,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) $**