]>
Commit | Line | Data |
---|---|---|
560c9c20 | 1 | # ========================================================================= |
c4839ccf | 2 | # This configuration file was generated by |
0db8bb58 | 3 | # Bakefile 0.2.2 (http://bakefile.sourceforge.net) |
c4839ccf JS |
4 | # Beware that all changes made to this file will be overwritten next |
5 | # time you run Bakefile! | |
560c9c20 VS |
6 | # ========================================================================= |
7 | ||
8 | ||
9 | # ------------------------------------------------------------------------- | |
10 | # These are configurable options: | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
560c9c20 VS |
13 | # C compiler |
14 | !ifndef CC | |
15 | CC = bcc32 | |
16 | !endif | |
d7dd1f1b | 17 | |
b17c1746 DE |
18 | # C++ compiler |
19 | !ifndef CXX | |
20 | CXX = bcc32 | |
560c9c20 | 21 | !endif |
d7dd1f1b | 22 | |
560c9c20 VS |
23 | # Standard flags for CC |
24 | !ifndef CFLAGS | |
25 | CFLAGS = | |
26 | !endif | |
d7dd1f1b | 27 | |
560c9c20 VS |
28 | # Standard flags for C++ |
29 | !ifndef CXXFLAGS | |
30 | CXXFLAGS = | |
31 | !endif | |
d7dd1f1b | 32 | |
b17c1746 DE |
33 | # Standard preprocessor flags (common for CC and CXX) |
34 | !ifndef CPPFLAGS | |
35 | CPPFLAGS = -a8 -g0 | |
d7dd1f1b VS |
36 | !endif |
37 | ||
560c9c20 VS |
38 | # Standard linker flags |
39 | !ifndef LDFLAGS | |
e2412466 | 40 | LDFLAGS = |
560c9c20 | 41 | !endif |
d7dd1f1b | 42 | |
dbcca2fa VZ |
43 | # The C preprocessor |
44 | !ifndef CPP | |
45 | CPP = cpp32 -Sr -oCON | |
46 | !endif | |
47 | ||
b17c1746 DE |
48 | # What type of library to build? [0,1] |
49 | !ifndef SHARED | |
50 | SHARED = 0 | |
51 | !endif | |
52 | ||
53 | # Build wxUniversal instead of native port? [0,1] | |
54 | !ifndef WXUNIV | |
55 | WXUNIV = 0 | |
56 | !endif | |
57 | ||
c4839ccf | 58 | # Compile Unicode build of wxWidgets? [0,1] |
b17c1746 | 59 | !ifndef UNICODE |
4fc1c0f0 | 60 | UNICODE = 1 |
560c9c20 | 61 | !endif |
d7dd1f1b | 62 | |
2265a2d5 VS |
63 | # Use MSLU library when building Unicode version. [0,1] |
64 | !ifndef MSLU | |
65 | MSLU = 0 | |
66 | !endif | |
67 | ||
b17c1746 DE |
68 | # Type of compiled binaries [debug,release] |
69 | !ifndef BUILD | |
70 | BUILD = debug | |
560c9c20 | 71 | !endif |
d7dd1f1b | 72 | |
b17c1746 DE |
73 | # Should debugging info be included in the executables? The default value |
74 | # "default" means that debug info will be included if BUILD=debug | |
75 | # and not included if BUILD=release. [0,1,default] | |
76 | !ifndef DEBUG_INFO | |
77 | DEBUG_INFO = default | |
560c9c20 | 78 | !endif |
d7dd1f1b | 79 | |
b17c1746 DE |
80 | # Should __WXDEBUG__ be defined? The default value "default" means that it will |
81 | # be defined if BUILD=debug and not defined if BUILD=release. [0,1,default] | |
82 | !ifndef DEBUG_FLAG | |
83 | DEBUG_FLAG = default | |
560c9c20 | 84 | !endif |
d7dd1f1b | 85 | |
b17c1746 DE |
86 | # Multiple libraries or single huge monolithic one? [0,1] |
87 | !ifndef MONOLITHIC | |
88 | MONOLITHIC = 0 | |
b71531ad VZ |
89 | !endif |
90 | ||
560c9c20 VS |
91 | # Build GUI libraries? [0,1] |
92 | !ifndef USE_GUI | |
93 | USE_GUI = 1 | |
94 | !endif | |
d7dd1f1b | 95 | |
560c9c20 VS |
96 | # Build wxHTML library (USE_GUI must be 1)? [0,1] |
97 | !ifndef USE_HTML | |
98 | USE_HTML = 1 | |
99 | !endif | |
d7dd1f1b | 100 | |
0604740a VZ |
101 | # Build multimedia library (USE_GUI must be 1)? [0,1] |
102 | !ifndef USE_MEDIA | |
103 | USE_MEDIA = 1 | |
104 | !endif | |
105 | ||
a32f9aaf VS |
106 | # Build wxXRC library (USE_GUI must be 1)? [0,1] |
107 | !ifndef USE_XRC | |
108 | USE_XRC = 1 | |
109 | !endif | |
110 | ||
50acee04 JS |
111 | # Build wxAUI library (USE_GUI must be 1)? [0,1] |
112 | !ifndef USE_AUI | |
113 | USE_AUI = 1 | |
114 | !endif | |
115 | ||
3b2cb431 JS |
116 | # Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1] |
117 | !ifndef USE_RICHTEXT | |
118 | USE_RICHTEXT = 1 | |
119 | !endif | |
120 | ||
54429bb3 RD |
121 | # Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1] |
122 | !ifndef USE_STC | |
123 | USE_STC = 1 | |
124 | !endif | |
125 | ||
b17c1746 DE |
126 | # Build OpenGL canvas library (USE_GUI must be 1)? [0,1] |
127 | !ifndef USE_OPENGL | |
128 | USE_OPENGL = 0 | |
129 | !endif | |
130 | ||
61639efb VZ |
131 | # Build quality assurance classes library (USE_GUI must be 1)? [0,1] |
132 | !ifndef USE_QA | |
87853604 | 133 | USE_QA = 0 |
61639efb VZ |
134 | !endif |
135 | ||
b17c1746 DE |
136 | # Enable exceptions in compiled code. [0,1] |
137 | !ifndef USE_EXCEPTIONS | |
138 | USE_EXCEPTIONS = 1 | |
139 | !endif | |
140 | ||
a9b99afc VZ |
141 | # Enable run-time type information (RTTI) in compiled code. [0,1] |
142 | !ifndef USE_RTTI | |
143 | USE_RTTI = 1 | |
144 | !endif | |
145 | ||
146 | # Enable threading in compiled code. [0,1] | |
147 | !ifndef USE_THREADS | |
148 | USE_THREADS = 1 | |
149 | !endif | |
150 | ||
2713e629 RD |
151 | # Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1] |
152 | !ifndef USE_GDIPLUS | |
153 | USE_GDIPLUS = 0 | |
154 | !endif | |
155 | ||
c4839ccf | 156 | # Is this official build by wxWidgets developers? [0,1] |
b17c1746 DE |
157 | !ifndef OFFICIAL_BUILD |
158 | OFFICIAL_BUILD = 0 | |
560c9c20 | 159 | !endif |
d7dd1f1b | 160 | |
560c9c20 VS |
161 | # Use this to name your customized DLLs differently |
162 | !ifndef VENDOR | |
163 | VENDOR = custom | |
164 | !endif | |
d7dd1f1b | 165 | |
c33fae85 RN |
166 | # |
167 | !ifndef WX_FLAVOUR | |
168 | WX_FLAVOUR = | |
169 | !endif | |
170 | ||
171 | # | |
172 | !ifndef WX_LIB_FLAVOUR | |
173 | WX_LIB_FLAVOUR = | |
174 | !endif | |
175 | ||
b17c1746 DE |
176 | # Name of your custom configuration. This affects directory |
177 | # where object files are stored as well as the location of | |
178 | # compiled .lib files and setup.h under the lib/ toplevel directory. | |
179 | !ifndef CFG | |
180 | CFG = | |
181 | !endif | |
182 | ||
b63b07a8 RL |
183 | # Compiler flags needed to compile test suite in tests directory. If you want |
184 | # to run the tests, set it so that the compiler can find CppUnit headers. | |
185 | !ifndef CPPUNIT_CFLAGS | |
186 | CPPUNIT_CFLAGS = | |
187 | !endif | |
188 | ||
189 | # Linker flags needed to link test suite in tests directory. If you want | |
190 | # to run the tests, include CppUnit library here. | |
191 | !ifndef CPPUNIT_LIBS | |
192 | CPPUNIT_LIBS = | |
193 | !endif | |
194 | ||
b17c1746 DE |
195 | # Version of C runtime library to use. You can change this to |
196 | # static if SHARED=0, but it is highly recommended to not do | |
197 | # it if SHARED=1 unless you know what you are doing. [dynamic,static] | |
198 | !ifndef RUNTIME_LIBS | |
199 | RUNTIME_LIBS = dynamic | |
560c9c20 | 200 | !endif |
d7dd1f1b | 201 |