@@ -139,7 +194,24 @@ compiled .lib files and setup.h under the lib/ toplevel directory.
-
+
+
+
+
+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.
+
+
+
+
+
+
+Linker flags needed to link test suite in tests directory. If you want
+to run the tests, include CppUnit library here.
+
+
+
+
@@ -150,26 +222,35 @@ compiled .lib files and setup.h under the lib/ toplevel directory.
+
+
-
+
+
+
$(top_srcdir)/dynamic
+
+
+
+ 0,1
+
-
+
- dynamic static
+ dynamic,staticdynamic
Version of C runtime library to use. You can change this to
@@ -180,19 +261,30 @@ it if SHARED=1 unless you know what you are doing.
- MSW
+
+ MSW
+ WINCE
+ $(TOOLKIT.lower())
-
+
+
-
+
+ opengl32.lib glu32.lib
+ opengl32.lib glu32.lib
+ -lopengl32 -lglu32
+
+
+
+ 0
- ..
+ ..$(DIRSEP)...$(SRCDIR)/$(WXTOPDIR)
@@ -200,7 +292,7 @@ it if SHARED=1 unless you know what you are doing.
- 3 2.95
+ 3,2.953
Set the version of your Mingw installation here.
@@ -213,5 +305,62 @@ Set the version of your Mingw installation here.
$(GCCFLAGS) -DHAVE_W32API_H