regenerated after adding USE_THREADS and USE_RTTI flags
[wxWidgets.git] / build / msw / config.bcc
1 # =========================================================================
2 #     This configuration file was generated by
3 #     Bakefile 0.1.7 (http://bakefile.sourceforge.net)
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 # What type of library to build? [0,1]
44 !ifndef SHARED
45 SHARED = 0
46 !endif
47
48 # Build wxUniversal instead of native port? [0,1]
49 !ifndef WXUNIV
50 WXUNIV = 0
51 !endif
52
53 # Compile Unicode build of wxWidgets? [0,1]
54 !ifndef UNICODE
55 UNICODE = 0
56 !endif
57
58 # Use MSLU library when building Unicode version. [0,1]
59 !ifndef MSLU
60 MSLU = 0
61 !endif
62
63 # Type of compiled binaries [debug,release]
64 !ifndef BUILD
65 BUILD = debug
66 !endif
67
68 # Should debugging info be included in the executables? The default value
69 # "default" means that debug info will be included if BUILD=debug
70 # and not included if BUILD=release. [0,1,default]
71 !ifndef DEBUG_INFO
72 DEBUG_INFO = default
73 !endif
74
75 # Should __WXDEBUG__ be defined? The default value "default" means that it will
76 # be defined if BUILD=debug and not defined if BUILD=release. [0,1,default]
77 !ifndef DEBUG_FLAG
78 DEBUG_FLAG = default
79 !endif
80
81 # Multiple libraries or single huge monolithic one? [0,1]
82 !ifndef MONOLITHIC
83 MONOLITHIC = 0
84 !endif
85
86 # Build GUI libraries? [0,1]
87 !ifndef USE_GUI
88 USE_GUI = 1
89 !endif
90
91 # Build wxHTML library (USE_GUI must be 1)? [0,1]
92 !ifndef USE_HTML
93 USE_HTML = 1
94 !endif
95
96 # Build wxXRC library (USE_GUI must be 1)? [0,1]
97 !ifndef USE_XRC
98 USE_XRC = 1
99 !endif
100
101 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
102 !ifndef USE_OPENGL
103 USE_OPENGL = 0
104 !endif
105
106 # Build ODBC database classes (USE_GUI must be 1)? [0,1]
107 !ifndef USE_ODBC
108 USE_ODBC = 0
109 !endif
110
111 # Enable exceptions in compiled code. [0,1]
112 !ifndef USE_EXCEPTIONS
113 USE_EXCEPTIONS = 1
114 !endif
115
116 # Enable run-time type information (RTTI) in compiled code. [0,1]
117 !ifndef USE_RTTI
118 USE_RTTI = 1
119 !endif
120
121 # Enable threading in compiled code. [0,1]
122 !ifndef USE_THREADS
123 USE_THREADS = 1
124 !endif
125
126 # Is this official build by wxWidgets developers? [0,1]
127 !ifndef OFFICIAL_BUILD
128 OFFICIAL_BUILD = 0
129 !endif
130
131 # Use this to name your customized DLLs differently 
132 !ifndef VENDOR
133 VENDOR = custom
134 !endif
135
136 #  
137 !ifndef WX_FLAVOUR
138 WX_FLAVOUR = 
139 !endif
140
141 #  
142 !ifndef WX_LIB_FLAVOUR
143 WX_LIB_FLAVOUR = 
144 !endif
145
146 # Name of your custom configuration. This affects directory
147 # where object files are stored as well as the location of
148 # compiled .lib files and setup.h under the lib/ toplevel directory. 
149 !ifndef CFG
150 CFG = 
151 !endif
152
153 # Compiler flags needed to compile test suite in tests directory. If you want
154 # to run the tests, set it so that the compiler can find CppUnit headers. 
155 !ifndef CPPUNIT_CFLAGS
156 CPPUNIT_CFLAGS = 
157 !endif
158
159 # Linker flags needed to link test suite in tests directory. If you want
160 # to run the tests, include CppUnit library here. 
161 !ifndef CPPUNIT_LIBS
162 CPPUNIT_LIBS = 
163 !endif
164
165 # Version of C runtime library to use. You can change this to
166 # static if SHARED=0, but it is highly recommended to not do
167 # it if SHARED=1 unless you know what you are doing. [dynamic,static]
168 !ifndef RUNTIME_LIBS
169 RUNTIME_LIBS = dynamic
170 !endif
171