| 1 | # =========================================================================\r |
| 2 | # This configuration file was generated by\r |
| 3 | # Bakefile 0.2.9 (http://www.bakefile.org)\r |
| 4 | # Beware that all changes made to this file will be overwritten next\r |
| 5 | # time you run Bakefile!\r |
| 6 | # =========================================================================\r |
| 7 | \r |
| 8 | \r |
| 9 | # -------------------------------------------------------------------------\r |
| 10 | # These are configurable options:\r |
| 11 | # -------------------------------------------------------------------------\r |
| 12 | \r |
| 13 | # C compiler \r |
| 14 | !ifndef CC\r |
| 15 | CC = bcc32\r |
| 16 | !endif\r |
| 17 | \r |
| 18 | # C++ compiler \r |
| 19 | !ifndef CXX\r |
| 20 | CXX = bcc32\r |
| 21 | !endif\r |
| 22 | \r |
| 23 | # Standard flags for CC \r |
| 24 | !ifndef CFLAGS\r |
| 25 | CFLAGS = \r |
| 26 | !endif\r |
| 27 | \r |
| 28 | # Standard flags for C++ \r |
| 29 | !ifndef CXXFLAGS\r |
| 30 | CXXFLAGS = \r |
| 31 | !endif\r |
| 32 | \r |
| 33 | # Standard preprocessor flags (common for CC and CXX) \r |
| 34 | !ifndef CPPFLAGS\r |
| 35 | CPPFLAGS = -a8 -g0\r |
| 36 | !endif\r |
| 37 | \r |
| 38 | # Standard linker flags \r |
| 39 | !ifndef LDFLAGS\r |
| 40 | LDFLAGS = \r |
| 41 | !endif\r |
| 42 | \r |
| 43 | # The C preprocessor \r |
| 44 | !ifndef CPP\r |
| 45 | CPP = cpp32 -Sr -oCON\r |
| 46 | !endif\r |
| 47 | \r |
| 48 | # What type of library to build? [0,1]\r |
| 49 | !ifndef SHARED\r |
| 50 | SHARED = 0\r |
| 51 | !endif\r |
| 52 | \r |
| 53 | # Build wxUniversal instead of native port? [0,1]\r |
| 54 | !ifndef WXUNIV\r |
| 55 | WXUNIV = 0\r |
| 56 | !endif\r |
| 57 | \r |
| 58 | # Compile Unicode build of wxWidgets? [0,1]\r |
| 59 | !ifndef UNICODE\r |
| 60 | UNICODE = 1\r |
| 61 | !endif\r |
| 62 | \r |
| 63 | # Use MSLU library when building Unicode version. [0,1]\r |
| 64 | !ifndef MSLU\r |
| 65 | MSLU = 0\r |
| 66 | !endif\r |
| 67 | \r |
| 68 | # Type of compiled binaries [debug,release]\r |
| 69 | !ifndef BUILD\r |
| 70 | BUILD = debug\r |
| 71 | !endif\r |
| 72 | \r |
| 73 | # Should debugging info be included in the executables? The default value\r |
| 74 | # "default" means that debug info will be included if BUILD=debug\r |
| 75 | # and not included if BUILD=release. [0,1,default]\r |
| 76 | !ifndef DEBUG_INFO\r |
| 77 | DEBUG_INFO = default\r |
| 78 | !endif\r |
| 79 | \r |
| 80 | # Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all\r |
| 81 | # but expensive assert checks are enabled, use 0 to completely remove debugging\r |
| 82 | # code. [0,1,default]\r |
| 83 | !ifndef DEBUG_FLAG\r |
| 84 | DEBUG_FLAG = 1\r |
| 85 | !endif\r |
| 86 | \r |
| 87 | # Multiple libraries or single huge monolithic one? [0,1]\r |
| 88 | !ifndef MONOLITHIC\r |
| 89 | MONOLITHIC = 0\r |
| 90 | !endif\r |
| 91 | \r |
| 92 | # Build GUI libraries? [0,1]\r |
| 93 | !ifndef USE_GUI\r |
| 94 | USE_GUI = 1\r |
| 95 | !endif\r |
| 96 | \r |
| 97 | # Build wxHTML library (USE_GUI must be 1)? [0,1]\r |
| 98 | !ifndef USE_HTML\r |
| 99 | USE_HTML = 1\r |
| 100 | !endif\r |
| 101 | \r |
| 102 | # Build wxWebView library (USE_GUI must be 1)? [0,1]\r |
| 103 | !ifndef USE_WEBVIEW\r |
| 104 | USE_WEBVIEW = 1\r |
| 105 | !endif\r |
| 106 | \r |
| 107 | # Build multimedia library (USE_GUI must be 1)? [0,1]\r |
| 108 | !ifndef USE_MEDIA\r |
| 109 | USE_MEDIA = 1\r |
| 110 | !endif\r |
| 111 | \r |
| 112 | # Build wxXRC library (USE_GUI must be 1)? [0,1]\r |
| 113 | !ifndef USE_XRC\r |
| 114 | USE_XRC = 1\r |
| 115 | !endif\r |
| 116 | \r |
| 117 | # Build wxAUI library (USE_GUI must be 1)? [0,1]\r |
| 118 | !ifndef USE_AUI\r |
| 119 | USE_AUI = 1\r |
| 120 | !endif\r |
| 121 | \r |
| 122 | # Build wxRibbon library (USE_GUI must be 1)? [0,1]\r |
| 123 | !ifndef USE_RIBBON\r |
| 124 | USE_RIBBON = 1\r |
| 125 | !endif\r |
| 126 | \r |
| 127 | # Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]\r |
| 128 | !ifndef USE_PROPGRID\r |
| 129 | USE_PROPGRID = 1\r |
| 130 | !endif\r |
| 131 | \r |
| 132 | # Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]\r |
| 133 | !ifndef USE_RICHTEXT\r |
| 134 | USE_RICHTEXT = 1\r |
| 135 | !endif\r |
| 136 | \r |
| 137 | # Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]\r |
| 138 | !ifndef USE_STC\r |
| 139 | USE_STC = 1\r |
| 140 | !endif\r |
| 141 | \r |
| 142 | # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]\r |
| 143 | !ifndef USE_OPENGL\r |
| 144 | USE_OPENGL = 1\r |
| 145 | !endif\r |
| 146 | \r |
| 147 | # Build quality assurance classes library (USE_GUI must be 1)? [0,1]\r |
| 148 | !ifndef USE_QA\r |
| 149 | USE_QA = 0\r |
| 150 | !endif\r |
| 151 | \r |
| 152 | # Enable exceptions in compiled code. [0,1]\r |
| 153 | !ifndef USE_EXCEPTIONS\r |
| 154 | USE_EXCEPTIONS = 1\r |
| 155 | !endif\r |
| 156 | \r |
| 157 | # Enable run-time type information (RTTI) in compiled code. [0,1]\r |
| 158 | !ifndef USE_RTTI\r |
| 159 | USE_RTTI = 1\r |
| 160 | !endif\r |
| 161 | \r |
| 162 | # Enable threading in compiled code. [0,1]\r |
| 163 | !ifndef USE_THREADS\r |
| 164 | USE_THREADS = 1\r |
| 165 | !endif\r |
| 166 | \r |
| 167 | # Enable wxCairoContext for platforms other than Linux/GTK. [0,1]\r |
| 168 | !ifndef USE_CAIRO\r |
| 169 | USE_CAIRO = 0\r |
| 170 | !endif\r |
| 171 | \r |
| 172 | # Is this official build by wxWidgets developers? [0,1]\r |
| 173 | !ifndef OFFICIAL_BUILD\r |
| 174 | OFFICIAL_BUILD = 0\r |
| 175 | !endif\r |
| 176 | \r |
| 177 | # Use this to name your customized DLLs differently \r |
| 178 | !ifndef VENDOR\r |
| 179 | VENDOR = custom\r |
| 180 | !endif\r |
| 181 | \r |
| 182 | # \r |
| 183 | !ifndef WX_FLAVOUR\r |
| 184 | WX_FLAVOUR = \r |
| 185 | !endif\r |
| 186 | \r |
| 187 | # \r |
| 188 | !ifndef WX_LIB_FLAVOUR\r |
| 189 | WX_LIB_FLAVOUR = \r |
| 190 | !endif\r |
| 191 | \r |
| 192 | # Name of your custom configuration. This affects directory\r |
| 193 | # where object files are stored as well as the location of\r |
| 194 | # compiled .lib files and setup.h under the lib/ toplevel directory. \r |
| 195 | !ifndef CFG\r |
| 196 | CFG = \r |
| 197 | !endif\r |
| 198 | \r |
| 199 | # Compiler flags needed to compile test suite in tests directory. If you want\r |
| 200 | # to run the tests, set it so that the compiler can find CppUnit headers. \r |
| 201 | !ifndef CPPUNIT_CFLAGS\r |
| 202 | CPPUNIT_CFLAGS = \r |
| 203 | !endif\r |
| 204 | \r |
| 205 | # Linker flags needed to link test suite in tests directory. If you want\r |
| 206 | # to run the tests, include CppUnit library here. \r |
| 207 | !ifndef CPPUNIT_LIBS\r |
| 208 | CPPUNIT_LIBS = \r |
| 209 | !endif\r |
| 210 | \r |
| 211 | # Version of C runtime library to use. You can change this to\r |
| 212 | # static if SHARED=0, but it is highly recommended to not do\r |
| 213 | # it if SHARED=1 unless you know what you are doing. [dynamic,static]\r |
| 214 | !ifndef RUNTIME_LIBS\r |
| 215 | RUNTIME_LIBS = dynamic\r |
| 216 | !endif\r |
| 217 | \r |