From: Francesco Montorsi Date: Tue, 17 Feb 2009 10:42:53 +0000 (+0000) Subject: revert debugging modifications and build into test.exe all non-GUI tests X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6ceb7a2f362558c361ff7ed74ca32075cdb5e651 revert debugging modifications and build into test.exe all non-GUI tests git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/makefile.vc b/tests/makefile.vc index faabb91a9e..4c764edc00 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -29,11 +29,6 @@ TEST_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME) /DWIN32 $(__DEBUGINFO) \ $(CPPUNIT_CFLAGS) $(__RTTIFLAG) $(__EXCEPTIONSFLAG) /Yu"testprec.h" \ /Fp"$(OBJS)\testprec_test.pch" $(CPPFLAGS) $(CXXFLAGS) TEST_OBJECTS = \ - $(OBJS)\test_dummy.obj \ - $(OBJS)\test_test.obj \ - $(OBJS)\test_evthandler.obj \ - -TEST_OBJECTS_ = \ $(OBJS)\test_dummy.obj \ $(OBJS)\test_test.obj \ $(OBJS)\test_archivetest.obj \