X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99e839da3c9c40a3dac7cf1bb841d6459fcac1b0..e70833fb1dfa271e7b0c9dec11ad644880e03c6f:/tests/makefile.bcc diff --git a/tests/makefile.bcc b/tests/makefile.bcc index a968cacdf8..749a041311 100644 --- a/tests/makefile.bcc +++ b/tests/makefile.bcc @@ -31,7 +31,8 @@ TEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \ $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS) TEST_OBJECTS = \ $(OBJS)\test_test.obj \ - $(OBJS)\test_main.obj + $(OBJS)\test_main.obj \ + $(OBJS)\test_regex.obj ### Conditionally set variables: ### @@ -156,3 +157,6 @@ $(OBJS)\test_test.obj: .\test.cpp $(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) $**