moving bakefile build system to the trunk
[wxWidgets.git] / build / bakefiles / config.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6     <option name="UNICODE">
7         <values>0 1</values>
8         <default-value>0</default-value>
9         <description>
10             Compile Unicode build of wxWindows?
11         </description>
12     </option>
13
14     <option name="SHARED">
15         <values>0 1</values>
16         <default-value>1</default-value>
17         <description>
18             What type of library to build?
19         </description>
20     </option>
21     
22     <!-- FIXME - to be option, not hardcoded value!! -->
23     <option name="MONOLITHIC">
24         <values>0 1</values>
25         <default-value>0</default-value>
26         <description>
27             Multiple libraries or single huge monolithic one?
28         </description>
29     </option>
30     
31     <option name="USE_GUI">
32         <values>0 1</values>
33         <default-value>1</default-value>
34         <description>
35             Build GUI libraries?
36         </description>
37     </option>
38
39     <option name="WXUNIV">
40         <values>0 1</values>
41         <default-value>0</default-value>
42         <description>
43             Build wxUniversal instead of native port?
44         </description>
45     </option>
46
47     <!-- Autoconf options: -->
48     <if cond="FORMAT=='autoconf'"> 
49         <option name="DEREZ"/>
50         <option name="TOOLKIT"/>
51         <option name="TOOLKIT_LOWERCASE"/>
52         <option name="TOOLKIT_VERSION"/>
53         <option name="EXTRALIBS"/>
54         <option name="top_builddir"/>
55         <option name="SAMPLES_RPATH_FLAG"/>
56     </if>
57
58     <if cond="FORMAT!='autoconf'">
59         <set var="TOOLKIT_VERSION"></set>
60     </if>
61
62 </makefile>