+$(OBJS)\test_main.obj: .\mbconv\main.cpp
+ $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
+
+$(OBJS)\test_regex.obj: .\regex\regex.cpp
+ $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
+
+$(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp
+ $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
+