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