+ 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
+
- 0 1
- 1
+ 0,1
+ Multilib,Monolithic
+ 0
Multiple libraries or single huge monolithic one?
- 0 1
+ 0,11
Build wxHTML library (USE_GUI must be 1)?
@@ -47,24 +114,23 @@
- 0 1
+ 0,10
Build OpenGL canvas library (USE_GUI must be 1)?
-
-
- 0 1
+
+
+ 0,10
- Build wxUniversal instead of native port?
+ Build ODBC database classes (USE_GUI must be 1)?
-
-
+
- 0 1
+ 0,10
Is this official build by wxWindows developers?
@@ -80,12 +146,11 @@
- 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.
-
@@ -99,13 +164,17 @@
+
+
-
+
+
$(top_srcdir)/dynamic
+
@@ -115,12 +184,12 @@
- 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