]>
Commit | Line | Data |
---|---|---|
560c9c20 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
b17c1746 | 3 | # Bakefile 0.1.2 (http://bakefile.sourceforge.net) |
560c9c20 VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
7 | ||
8 | # ------------------------------------------------------------------------- | |
9 | # These are configurable options: | |
10 | # ------------------------------------------------------------------------- | |
11 | ||
560c9c20 VS |
12 | # C compiler |
13 | !ifndef CC | |
14 | CC = bcc32 | |
15 | !endif | |
d7dd1f1b | 16 | |
b17c1746 DE |
17 | # C++ compiler |
18 | !ifndef CXX | |
19 | CXX = bcc32 | |
560c9c20 | 20 | !endif |
d7dd1f1b | 21 | |
560c9c20 VS |
22 | # Standard flags for CC |
23 | !ifndef CFLAGS | |
24 | CFLAGS = | |
25 | !endif | |
d7dd1f1b | 26 | |
560c9c20 VS |
27 | # Standard flags for C++ |
28 | !ifndef CXXFLAGS | |
29 | CXXFLAGS = | |
30 | !endif | |
d7dd1f1b | 31 | |
b17c1746 DE |
32 | # Standard preprocessor flags (common for CC and CXX) |
33 | !ifndef CPPFLAGS | |
34 | CPPFLAGS = -a8 -g0 | |
d7dd1f1b VS |
35 | !endif |
36 | ||
560c9c20 VS |
37 | # Standard linker flags |
38 | !ifndef LDFLAGS | |
e2412466 | 39 | LDFLAGS = |
560c9c20 | 40 | !endif |
d7dd1f1b | 41 | |
b17c1746 DE |
42 | # What type of library to build? [0,1] |
43 | !ifndef SHARED | |
44 | SHARED = 0 | |
45 | !endif | |
46 | ||
47 | # Build wxUniversal instead of native port? [0,1] | |
48 | !ifndef WXUNIV | |
49 | WXUNIV = 0 | |
50 | !endif | |
51 | ||
52 | # Compile Unicode build of wxWindows? [0,1] | |
53 | !ifndef UNICODE | |
54 | UNICODE = 0 | |
560c9c20 | 55 | !endif |
d7dd1f1b | 56 | |
2265a2d5 VS |
57 | # Use MSLU library when building Unicode version. [0,1] |
58 | !ifndef MSLU | |
59 | MSLU = 0 | |
60 | !endif | |
61 | ||
b17c1746 DE |
62 | # Type of compiled binaries [debug,release] |
63 | !ifndef BUILD | |
64 | BUILD = debug | |
560c9c20 | 65 | !endif |
d7dd1f1b | 66 | |
b17c1746 DE |
67 | # Should debugging info be included in the executables? The default value |
68 | # "default" means that debug info will be included if BUILD=debug | |
69 | # and not included if BUILD=release. [0,1,default] | |
70 | !ifndef DEBUG_INFO | |
71 | DEBUG_INFO = default | |
560c9c20 | 72 | !endif |
d7dd1f1b | 73 | |
b17c1746 DE |
74 | # Should __WXDEBUG__ be defined? The default value "default" means that it will |
75 | # be defined if BUILD=debug and not defined if BUILD=release. [0,1,default] | |
76 | !ifndef DEBUG_FLAG | |
77 | DEBUG_FLAG = default | |
560c9c20 | 78 | !endif |
d7dd1f1b | 79 | |
b17c1746 DE |
80 | # Multiple libraries or single huge monolithic one? [0,1] |
81 | !ifndef MONOLITHIC | |
82 | MONOLITHIC = 0 | |
b71531ad VZ |
83 | !endif |
84 | ||
560c9c20 VS |
85 | # Build GUI libraries? [0,1] |
86 | !ifndef USE_GUI | |
87 | USE_GUI = 1 | |
88 | !endif | |
d7dd1f1b | 89 | |
560c9c20 VS |
90 | # Build wxHTML library (USE_GUI must be 1)? [0,1] |
91 | !ifndef USE_HTML | |
92 | USE_HTML = 1 | |
93 | !endif | |
d7dd1f1b | 94 | |
b17c1746 DE |
95 | # Build OpenGL canvas library (USE_GUI must be 1)? [0,1] |
96 | !ifndef USE_OPENGL | |
97 | USE_OPENGL = 0 | |
98 | !endif | |
99 | ||
bb41dcbe VS |
100 | # Build ODBC database classes (USE_GUI must be 1)? [0,1] |
101 | !ifndef USE_ODBC | |
102 | USE_ODBC = 0 | |
103 | !endif | |
104 | ||
b17c1746 DE |
105 | # Enable exceptions in compiled code. [0,1] |
106 | !ifndef USE_EXCEPTIONS | |
107 | USE_EXCEPTIONS = 1 | |
108 | !endif | |
109 | ||
110 | # Is this official build by wxWindows developers? [0,1] | |
111 | !ifndef OFFICIAL_BUILD | |
112 | OFFICIAL_BUILD = 0 | |
560c9c20 | 113 | !endif |
d7dd1f1b | 114 | |
560c9c20 VS |
115 | # Use this to name your customized DLLs differently |
116 | !ifndef VENDOR | |
117 | VENDOR = custom | |
118 | !endif | |
d7dd1f1b | 119 | |
b17c1746 DE |
120 | # Name of your custom configuration. This affects directory |
121 | # where object files are stored as well as the location of | |
122 | # compiled .lib files and setup.h under the lib/ toplevel directory. | |
123 | !ifndef CFG | |
124 | CFG = | |
125 | !endif | |
126 | ||
127 | # Version of C runtime library to use. You can change this to | |
128 | # static if SHARED=0, but it is highly recommended to not do | |
129 | # it if SHARED=1 unless you know what you are doing. [dynamic,static] | |
130 | !ifndef RUNTIME_LIBS | |
131 | RUNTIME_LIBS = dynamic | |
560c9c20 | 132 | !endif |
d7dd1f1b | 133 |