wxAny initial commit (closes #10932)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,6 +38,7 @@ TEST_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
||||
TEST_OBJECTS = \
|
||||
$(OBJS)\test_dummy.obj \
|
||||
$(OBJS)\test_test.obj \
|
||||
$(OBJS)\test_anytest.obj \
|
||||
$(OBJS)\test_archivetest.obj \
|
||||
$(OBJS)\test_ziptest.obj \
|
||||
$(OBJS)\test_tartest.obj \
|
||||
@@ -378,6 +379,9 @@ $(OBJS)\test_dummy.obj: .\dummy.cpp
|
||||
$(OBJS)\test_test.obj: .\test.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\test.cpp
|
||||
|
||||
$(OBJS)\test_anytest.obj: .\any\anytest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\any\anytest.cpp
|
||||
|
||||
$(OBJS)\test_archivetest.obj: .\archive\archivetest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\archive\archivetest.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user