]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.vc
update the intl.* files directly from genlang.py script instead of generating snippet...
[wxWidgets.git] / build / msw / config.vc
index 46fac41c975020206315be22c76c1e0647472497..5fe8154fdd802afb9944a1c62b6ad04e17902397 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This configuration file was generated by
-#     Bakefile 0.2.5 (http://www.bakefile.org)
+#     Bakefile 0.2.6 (http://www.bakefile.org)
 #     Beware that all changes made to this file will be overwritten next
 #     time you run Bakefile!
 # =========================================================================
@@ -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
@@ -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