From f0cd5e2422d764c7905d588d4545bb69c3b549ba Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 8 Feb 2009 22:33:08 +0000 Subject: [PATCH] revert changes erroneously committed (sorry) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/msw/config.vc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/msw/config.vc b/build/msw/config.vc index 46fac41c97..e9b3b0b5f6 100644 --- a/build/msw/config.vc +++ b/build/msw/config.vc @@ -32,7 +32,7 @@ LDFLAGS = CPP = $(CC) /EP /nologo # What type of library to build? [0,1] -SHARED = 1 +SHARED = 0 # Build wxUniversal instead of native port? [0,1] WXUNIV = 0 @@ -96,7 +96,7 @@ USE_RICHTEXT = 1 USE_STC = 1 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1] -USE_OPENGL = 1 +USE_OPENGL = 0 # Build quality assurance classes library (USE_GUI must be 1)? [0,1] USE_QA = 1 @@ -132,11 +132,11 @@ CFG = # Compiler flags needed to compile test suite in tests directory. If you want # to run the tests, set it so that the compiler can find CppUnit headers. -CPPUNIT_CFLAGS = -IF:\cppunit\include +CPPUNIT_CFLAGS = # Linker flags needed to link test suite in tests directory. If you want # to run the tests, include CppUnit library here. -CPPUNIT_LIBS = /LIBPATH:F:\cppunit\lib +CPPUNIT_LIBS = # Version of C runtime library to use. You can change this to # static if SHARED=0, but it is highly recommended to not do -- 2.45.2