+ 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
+
+
- 0 1
+ 0,1
+ Base,GUI1
Build GUI libraries?
-
-
- 0 1
+
+
+ 0,1
+ 1
+
+ Build wxHTML library (USE_GUI must be 1)?
+
+
+
+
+ 0,1
+ 1
+
+ Build wxXRC library (USE_GUI must be 1)?
+
+
+
+
+ 0,10
- Build wxUniversal instead of native port?
+ Build OpenGL canvas library (USE_GUI must be 1)?
-
-
+
+
+ 0,1
+ 0
+
+ Build ODBC database classes (USE_GUI must be 1)?
+
+
- 0 1
+ 0,10
- Is this official build by wxWindows developers?
+ Is this official build by wxWidgets developers?
@@ -60,9 +192,42 @@
Use this to name your customized DLLs differently
-
+
+
+
+
+
+
+
+
+
+
+
+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.
+
+
+
+
@@ -72,31 +237,153 @@
+
+
+
+
+
+
+
+
+
+
+
+
$(top_srcdir)/
+ dynamic
+
+
+
+ 0,1
+
-
+
+
+ dynamic,static
+ dynamic
+
+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
+
+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
+
+