+ debug,release
+ Debug,Release
+ debug
- What type of library to build?
+ Type of compiled binaries
+
+ 0,1,default
+ default
+
+Should debugging info be included in the executables? The default value
+"default" means that debug info will be included if BUILD=debug
+and not included if BUILD=release.
+
+
+
+
+ 0,1,default
+ default
+
+Should __WXDEBUG__ be defined? The default value "default" means that it will
+be defined if BUILD=debug and not defined if BUILD=release.
+
+
+
+
+
+ 0,1,default
+ default
+
+Should link against debug RTL (msvcrtd.dll) or release (msvcrt.dll)?
+Acts according to DEBUG_INFO by default.
+
+
+
+
+ default
+
+
+
+ 1
+ 0
+
- 0 1
- 1
+ 0,1
+ Multilib,Monolithic
+ $(MONOLITHIC_DEFAULT)
Multiple libraries or single huge monolithic one?
+
+
+ 0,1
+ 1
+
+ Build parts of the library as dynamically loadable plugins
+ (only supported in multilib build)?
+
+
- 0 1
+ 0,10
- Is this official build by wxWindows developers?
+ Is this official build by wxWidgets developers?
@@ -80,14 +172,30 @@
- Name of your custom configuration. This affects directory
- where object files are stored as well as the location of
- compiled .lib files and setup.h under the lib/ toplevel directory.
+Name of your custom configuration. This affects directory
+where object files are stored as well as the location of
+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.
+
+
+
+
@@ -99,42 +207,67 @@
+
+
+
-
+
+
+
+
$(top_srcdir)/dynamic
+
+
+
+ 0,1
+
-
+
- dynamic static
+ dynamic,staticdynamic
- 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.
+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.
- 3 2.95
+ 3,2.953
- Set the version of your Mingw installation here.
- "3" ...... this is for Mingw 2.0 or newer that cames with gcc3
- "2.95" ... for Mingw 1.1 or any of the older versions
+Set the version of your Mingw installation here.
+ "3" ...... this is for Mingw 2.0 or newer (comes with gcc3)
+ "2.95" ... for Mingw 1.1 or any of the older versions