]> git.saurik.com Git - wxWidgets.git/commitdiff
CppUnit compilation fixes for win compilers
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 5 Mar 2004 22:55:21 +0000 (22:55 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 5 Mar 2004 22:55:21 +0000 (22:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/msw/config.gcc
build/msw/config.vc
build/msw/config.wat

index d73b6f8b307eceb0dc22816b1f2041900452a64c..1830bf33c965ba36fc6d451e94da46d0d5707a3b 100644 (file)
@@ -80,6 +80,14 @@ VENDOR = custom
 # compiled .lib files and setup.h under the lib/ toplevel directory. 
 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 = 
+
+# Linker flags needed to link test suite in tests directory. If you want
+# to run the tests, include CppUnit library here. 
+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
 # it if SHARED=1 unless you know what you are doing. [dynamic,static]
index 546861da495832a81a80cd5601dd7a40a29b8961..93e41090f2627c1bdc3c299919231181f9ed3510 100644 (file)
@@ -84,6 +84,14 @@ VENDOR = custom
 # compiled .lib files and setup.h under the lib/ toplevel directory. 
 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 = 
+
+# Linker flags needed to link test suite in tests directory. If you want
+# to run the tests, include CppUnit library here. 
+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
 # it if SHARED=1 unless you know what you are doing. [dynamic,static]
index ee99b8c22d464fffc8a9ce0aa22543e53998d7ad..0a5d52c955c26f0b95d4f7c8854ab82fb992716b 100644 (file)
@@ -77,6 +77,14 @@ VENDOR = custom
 # compiled .lib files and setup.h under the lib/ toplevel directory. 
 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 = 
+
+# Linker flags needed to link test suite in tests directory. If you want
+# to run the tests, include CppUnit library here. 
+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
 # it if SHARED=1 unless you know what you are doing. [dynamic,static]