]> git.saurik.com Git - wxWidgets.git/blob - build/config.bcc
added expat and XML libraries
[wxWidgets.git] / build / config.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7
8 # -------------------------------------------------------------------------
9 # These are configurable options:
10 # -------------------------------------------------------------------------
11
12 # Type of compiled binaries [debug,release]
13 !ifndef BUILD
14 BUILD = release
15 !endif
16 # C compiler
17 !ifndef CC
18 CC = bcc32
19 !endif
20 # Name of your custom configuration. This affects directory
21 # where object files are stored as well as the location of
22 # compiled .lib files and setup.h under the lib/ toplevel directory.
23 !ifndef CFG
24 CFG =
25 !endif
26 # Standard flags for CC
27 !ifndef CFLAGS
28 CFLAGS =
29 !endif
30 # Standard preprocessor flags (common for CC and CXX)
31 !ifndef CPPFLAGS
32 CPPFLAGS = -a4 -g0 -I$(BCCDIR)\include
33 !endif
34 # C++ compiler
35 !ifndef CXX
36 CXX = bcc32
37 !endif
38 # Standard flags for C++
39 !ifndef CXXFLAGS
40 CXXFLAGS =
41 !endif
42 # Standard linker flags
43 !ifndef LDFLAGS
44 LDFLAGS = -L$(BCCDIR)\lib
45 !endif
46 # Multiple libraries or single huge monolithic one? [0,1]
47 !ifndef MONOLITHIC
48 MONOLITHIC = 1
49 !endif
50 # Is this official build by wxWindows developers? [0,1]
51 !ifndef OFFICIAL_BUILD
52 OFFICIAL_BUILD = 0
53 !endif
54 # Version of C runtime library to use. You can change this to
55 # static if SHARED=0, but it is highly recommended to not do
56 # it if SHARED=1 unless you know what you are doing. [dynamic,static]
57 !ifndef RUNTIME_LIBS
58 RUNTIME_LIBS = dynamic
59 !endif
60 # What type of library to build? [0,1]
61 !ifndef SHARED
62 SHARED = 1
63 !endif
64 # Compile Unicode build of wxWindows? [0,1]
65 !ifndef UNICODE
66 UNICODE = 0
67 !endif
68 # Build GUI libraries? [0,1]
69 !ifndef USE_GUI
70 USE_GUI = 1
71 !endif
72 # Build wxHTML library (USE_GUI must be 1)? [0,1]
73 !ifndef USE_HTML
74 USE_HTML = 1
75 !endif
76 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
77 !ifndef USE_OPENGL
78 USE_OPENGL = 0
79 !endif
80 # Use this to name your customized DLLs differently
81 !ifndef VENDOR
82 VENDOR = custom
83 !endif
84 # Build wxUniversal instead of native port? [0,1]
85 !ifndef WXUNIV
86 WXUNIV = 0
87 !endif