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