]> git.saurik.com Git - wxWidgets.git/blame - build/msw/config.bcc
Add CPU_TARGET option to msvc makefiles for targeting AMD64 and IA64
[wxWidgets.git] / build / msw / config.bcc
CommitLineData
560c9c20 1# =========================================================================
c4839ccf 2# This configuration file was generated by
0d90d6ea 3# Bakefile 0.1.9 (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
15CC = bcc32
16!endif
d7dd1f1b 17
b17c1746
DE
18# C++ compiler
19!ifndef CXX
20CXX = bcc32
560c9c20 21!endif
d7dd1f1b 22
560c9c20
VS
23# Standard flags for CC
24!ifndef CFLAGS
25CFLAGS =
26!endif
d7dd1f1b 27
560c9c20
VS
28# Standard flags for C++
29!ifndef CXXFLAGS
30CXXFLAGS =
31!endif
d7dd1f1b 32
b17c1746
DE
33# Standard preprocessor flags (common for CC and CXX)
34!ifndef CPPFLAGS
35CPPFLAGS = -a8 -g0
d7dd1f1b
VS
36!endif
37
560c9c20
VS
38# Standard linker flags
39!ifndef LDFLAGS
e2412466 40LDFLAGS =
560c9c20 41!endif
d7dd1f1b 42
b17c1746
DE
43# What type of library to build? [0,1]
44!ifndef SHARED
45SHARED = 0
46!endif
47
48# Build wxUniversal instead of native port? [0,1]
49!ifndef WXUNIV
50WXUNIV = 0
51!endif
52
c4839ccf 53# Compile Unicode build of wxWidgets? [0,1]
b17c1746
DE
54!ifndef UNICODE
55UNICODE = 0
560c9c20 56!endif
d7dd1f1b 57
2265a2d5
VS
58# Use MSLU library when building Unicode version. [0,1]
59!ifndef MSLU
60MSLU = 0
61!endif
62
b17c1746
DE
63# Type of compiled binaries [debug,release]
64!ifndef BUILD
65BUILD = debug
560c9c20 66!endif
d7dd1f1b 67
b17c1746
DE
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
72DEBUG_INFO = default
560c9c20 73!endif
d7dd1f1b 74
b17c1746
DE
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
78DEBUG_FLAG = default
560c9c20 79!endif
d7dd1f1b 80
b17c1746
DE
81# Multiple libraries or single huge monolithic one? [0,1]
82!ifndef MONOLITHIC
83MONOLITHIC = 0
b71531ad
VZ
84!endif
85
560c9c20
VS
86# Build GUI libraries? [0,1]
87!ifndef USE_GUI
88USE_GUI = 1
89!endif
d7dd1f1b 90
560c9c20
VS
91# Build wxHTML library (USE_GUI must be 1)? [0,1]
92!ifndef USE_HTML
93USE_HTML = 1
94!endif
d7dd1f1b 95
a32f9aaf
VS
96# Build wxXRC library (USE_GUI must be 1)? [0,1]
97!ifndef USE_XRC
98USE_XRC = 1
99!endif
100
b17c1746
DE
101# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
102!ifndef USE_OPENGL
103USE_OPENGL = 0
104!endif
105
bb41dcbe
VS
106# Build ODBC database classes (USE_GUI must be 1)? [0,1]
107!ifndef USE_ODBC
108USE_ODBC = 0
109!endif
110
61639efb
VZ
111# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
112!ifndef USE_QA
113USE_QA = 0
114!endif
115
b17c1746
DE
116# Enable exceptions in compiled code. [0,1]
117!ifndef USE_EXCEPTIONS
118USE_EXCEPTIONS = 1
119!endif
120
a9b99afc
VZ
121# Enable run-time type information (RTTI) in compiled code. [0,1]
122!ifndef USE_RTTI
123USE_RTTI = 1
124!endif
125
126# Enable threading in compiled code. [0,1]
127!ifndef USE_THREADS
128USE_THREADS = 1
129!endif
130
c4839ccf 131# Is this official build by wxWidgets developers? [0,1]
b17c1746
DE
132!ifndef OFFICIAL_BUILD
133OFFICIAL_BUILD = 0
560c9c20 134!endif
d7dd1f1b 135
560c9c20
VS
136# Use this to name your customized DLLs differently
137!ifndef VENDOR
138VENDOR = custom
139!endif
d7dd1f1b 140
c33fae85
RN
141#
142!ifndef WX_FLAVOUR
143WX_FLAVOUR =
144!endif
145
146#
147!ifndef WX_LIB_FLAVOUR
148WX_LIB_FLAVOUR =
149!endif
150
b17c1746
DE
151# Name of your custom configuration. This affects directory
152# where object files are stored as well as the location of
153# compiled .lib files and setup.h under the lib/ toplevel directory.
154!ifndef CFG
155CFG =
156!endif
157
b63b07a8
RL
158# Compiler flags needed to compile test suite in tests directory. If you want
159# to run the tests, set it so that the compiler can find CppUnit headers.
160!ifndef CPPUNIT_CFLAGS
161CPPUNIT_CFLAGS =
162!endif
163
164# Linker flags needed to link test suite in tests directory. If you want
165# to run the tests, include CppUnit library here.
166!ifndef CPPUNIT_LIBS
167CPPUNIT_LIBS =
168!endif
169
b17c1746
DE
170# Version of C runtime library to use. You can change this to
171# static if SHARED=0, but it is highly recommended to not do
172# it if SHARED=1 unless you know what you are doing. [dynamic,static]
173!ifndef RUNTIME_LIBS
174RUNTIME_LIBS = dynamic
560c9c20 175!endif
d7dd1f1b 176