6 <set var=
"BUILDING_LIB" overwrite=
"0">0</set>
9 <option name=
"UNICODE">
11 <default-value>0</default-value>
13 Compile Unicode build of wxWindows?
17 <option name=
"SHARED">
19 <default-value>1</default-value>
21 What type of library to build?
25 <option name=
"MONOLITHIC">
27 <default-value>1</default-value>
29 Multiple libraries or single huge monolithic one?
33 <option name=
"USE_GUI">
35 <default-value>1</default-value>
41 <option name=
"WXUNIV">
43 <default-value>0</default-value>
45 Build wxUniversal instead of native port?
50 <option name=
"OFFICIAL_BUILD">
52 <default-value>0</default-value>
54 Is this official build by wxWindows developers?
57 <option name=
"VENDOR">
58 <default-value>custom
</default-value>
60 Use this to name your customized DLLs differently
65 <default-value></default-value>
67 Name of your custom configuration. This affects directory
68 where object files are stored as well as the location of
69 compiled .lib files and setup.h under the lib/ toplevel directory.
75 <!-- ================================================================== -->
77 <!-- ================================================================== -->
79 <if cond=
"FORMAT=='autoconf'">
80 <option name=
"DEREZ"/>
81 <option name=
"TOOLKIT"/>
82 <option name=
"TOOLKIT_LOWERCASE"/>
83 <option name=
"TOOLKIT_VERSION"/>
84 <option name=
"EXTRALIBS"/>
85 <option name=
"SAMPLES_RPATH_FLAG"/>
86 <set var=
"TOP_SRCDIR">$(top_srcdir)/
</set>
90 <!-- ================================================================== -->
91 <!-- Windows compilers -->
92 <!-- ================================================================== -->
94 <if cond=
"FORMAT!='autoconf'">
95 <set var=
"WXTOPDIR"/> <!-- to be overriden on bakefile cmd line -->
97 <set var=
"TOOLKIT">MSW
</set>
98 <set var=
"TOOLKIT_LOWERCASE">$(TOOLKIT.lower())
</set>
99 <set var=
"TOOLKIT_VERSION"/>
100 <set var=
"SAMPLES_RPATH_FLAG"/>
101 <set var=
"EXTRALIBS"/>
102 <set var=
"EXTRACFLAGS"/>
105 <if cond=
"BUILDING_LIB=='1'">..
</if>
106 <if cond=
"BUILDING_LIB=='0'">.
</if>
108 <set var=
"TOP_SRCDIR">$(SRCDIR)/$(WXTOPDIR)
</set>
111 <if cond=
"FORMAT=='mingw'">
112 <option name=
"GCC_VERSION">
113 <values>3 2.95</values>
114 <default-value>3</default-value>
116 Set the version of your Mingw installation here.
117 "
3" ...... this is for Mingw
2.0 or newer that cames with gcc3
118 "
2.95" ... for Mingw
1.1 or any of the older versions
122 <if cond=
"GCC_VERSION=='2.95'">-fvtable-thunks
</if>
124 <set var=
"EXTRACFLAGS">$(GCCFLAGS) -DHAVE_W32API_H
</set>