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