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 # =========================================================================
8 # -------------------------------------------------------------------------
9 # These are configurable options:
10 # -------------------------------------------------------------------------
12 # Type of compiled binaries [debug,release]
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.
26 # Standard flags for CC
30 # Standard preprocessor flags (common for CC and CXX)
32 CPPFLAGS = -a4 -g0 -I$(BCCDIR)\include
38 # Standard flags for C++
42 # Standard linker flags
44 LDFLAGS = -L$(BCCDIR)\lib
46 # Multiple libraries or single huge monolithic one? [0,1]
50 # Is this official build by wxWindows developers? [0,1]
51 !ifndef OFFICIAL_BUILD
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]
58 RUNTIME_LIBS = dynamic
60 # What type of library to build? [0,1]
64 # Compile Unicode build of wxWindows? [0,1]
68 # Build GUI libraries? [0,1]
72 # Build wxHTML library (USE_GUI must be 1)? [0,1]
76 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
80 # Use this to name your customized DLLs differently
84 # Build wxUniversal instead of native port? [0,1]