]> git.saurik.com Git - wxWidgets.git/blob - build/msw/config.bcc
fixes to pass tests
[wxWidgets.git] / build / msw / config.bcc
1 # =========================================================================
2 # This configuration file was generated by
3 # Bakefile 0.2.9 (http://www.bakefile.org)
4 # Beware that all changes made to this file will be overwritten next
5 # time you run Bakefile!
6 # =========================================================================
7
8
9 # -------------------------------------------------------------------------
10 # These are configurable options:
11 # -------------------------------------------------------------------------
12
13 # C compiler
14 !ifndef CC
15 CC = bcc32
16 !endif
17
18 # C++ compiler
19 !ifndef CXX
20 CXX = bcc32
21 !endif
22
23 # Standard flags for CC
24 !ifndef CFLAGS
25 CFLAGS =
26 !endif
27
28 # Standard flags for C++
29 !ifndef CXXFLAGS
30 CXXFLAGS =
31 !endif
32
33 # Standard preprocessor flags (common for CC and CXX)
34 !ifndef CPPFLAGS
35 CPPFLAGS = -a8 -g0
36 !endif
37
38 # Standard linker flags
39 !ifndef LDFLAGS
40 LDFLAGS =
41 !endif
42
43 # The C preprocessor
44 !ifndef CPP
45 CPP = cpp32 -Sr -oCON
46 !endif
47
48 # What type of library to build? [0,1]
49 !ifndef SHARED
50 SHARED = 0
51 !endif
52
53 # Used toolkit [MSW,GTK]
54 !ifndef TOOLKIT
55 TOOLKIT = MSW
56 !endif
57
58 # GTK+ toolkit version [,2]
59 !ifndef TOOLKIT_VERSION
60 TOOLKIT_VERSION =
61 !endif
62
63 # Build wxUniversal instead of native port? [0,1]
64 !ifndef WXUNIV
65 WXUNIV = 0
66 !endif
67
68 # Compile Unicode build of wxWidgets? [0,1]
69 !ifndef UNICODE
70 UNICODE = 1
71 !endif
72
73 # Use MSLU library when building Unicode version. [0,1]
74 !ifndef MSLU
75 MSLU = 0
76 !endif
77
78 # Type of compiled binaries [debug,release]
79 !ifndef BUILD
80 BUILD = debug
81 !endif
82
83 # Should debugging info be included in the executables? The default value
84 # "default" means that debug info will be included if BUILD=debug
85 # and not included if BUILD=release. [0,1,default]
86 !ifndef DEBUG_INFO
87 DEBUG_INFO = default
88 !endif
89
90 # Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
91 # but expensive assert checks are enabled, use 0 to completely remove debugging
92 # code. [0,1,default]
93 !ifndef DEBUG_FLAG
94 DEBUG_FLAG = 1
95 !endif
96
97 # Multiple libraries or single huge monolithic one? [0,1]
98 !ifndef MONOLITHIC
99 MONOLITHIC = 0
100 !endif
101
102 # Build GUI libraries? [0,1]
103 !ifndef USE_GUI
104 USE_GUI = 1
105 !endif
106
107 # Build wxHTML library (USE_GUI must be 1)? [0,1]
108 !ifndef USE_HTML
109 USE_HTML = 1
110 !endif
111
112 # Build wxWebView library (USE_GUI must be 1)? [0,1]
113 !ifndef USE_WEBVIEW
114 USE_WEBVIEW = 1
115 !endif
116
117 # Build multimedia library (USE_GUI must be 1)? [0,1]
118 !ifndef USE_MEDIA
119 USE_MEDIA = 1
120 !endif
121
122 # Build wxXRC library (USE_GUI must be 1)? [0,1]
123 !ifndef USE_XRC
124 USE_XRC = 1
125 !endif
126
127 # Build wxAUI library (USE_GUI must be 1)? [0,1]
128 !ifndef USE_AUI
129 USE_AUI = 1
130 !endif
131
132 # Build wxRibbon library (USE_GUI must be 1)? [0,1]
133 !ifndef USE_RIBBON
134 USE_RIBBON = 1
135 !endif
136
137 # Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
138 !ifndef USE_PROPGRID
139 USE_PROPGRID = 1
140 !endif
141
142 # Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
143 !ifndef USE_RICHTEXT
144 USE_RICHTEXT = 1
145 !endif
146
147 # Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
148 !ifndef USE_STC
149 USE_STC = 1
150 !endif
151
152 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
153 !ifndef USE_OPENGL
154 USE_OPENGL = 1
155 !endif
156
157 # Build quality assurance classes library (USE_GUI must be 1)? [0,1]
158 !ifndef USE_QA
159 USE_QA = 0
160 !endif
161
162 # Enable exceptions in compiled code. [0,1]
163 !ifndef USE_EXCEPTIONS
164 USE_EXCEPTIONS = 1
165 !endif
166
167 # Enable run-time type information (RTTI) in compiled code. [0,1]
168 !ifndef USE_RTTI
169 USE_RTTI = 1
170 !endif
171
172 # Enable threading in compiled code. [0,1]
173 !ifndef USE_THREADS
174 USE_THREADS = 1
175 !endif
176
177 # Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
178 !ifndef USE_CAIRO
179 USE_CAIRO = 0
180 !endif
181
182 # Is this official build by wxWidgets developers? [0,1]
183 !ifndef OFFICIAL_BUILD
184 OFFICIAL_BUILD = 0
185 !endif
186
187 # Use this to name your customized DLLs differently
188 !ifndef VENDOR
189 VENDOR = custom
190 !endif
191
192 #
193 !ifndef WX_FLAVOUR
194 WX_FLAVOUR =
195 !endif
196
197 #
198 !ifndef WX_LIB_FLAVOUR
199 WX_LIB_FLAVOUR =
200 !endif
201
202 # Name of your custom configuration. This affects directory
203 # where object files are stored as well as the location of
204 # compiled .lib files and setup.h under the lib/ toplevel directory.
205 !ifndef CFG
206 CFG =
207 !endif
208
209 # Compiler flags needed to compile test suite in tests directory. If you want
210 # to run the tests, set it so that the compiler can find CppUnit headers.
211 !ifndef CPPUNIT_CFLAGS
212 CPPUNIT_CFLAGS =
213 !endif
214
215 # Linker flags needed to link test suite in tests directory. If you want
216 # to run the tests, include CppUnit library here.
217 !ifndef CPPUNIT_LIBS
218 CPPUNIT_LIBS =
219 !endif
220
221 # Version of C runtime library to use. You can change this to
222 # static if SHARED=0, but it is highly recommended to not do
223 # it if SHARED=1 unless you know what you are doing. [dynamic,static]
224 !ifndef RUNTIME_LIBS
225 RUNTIME_LIBS = dynamic
226 !endif
227