1# =========================================================================
2#     This configuration file was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
4#     Beware that all changes made to this file will be overwritten next
5#     time you run Bakefile!
6# =========================================================================
7
8
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
12
13# C compiler 
14CC = dmc
15
16# C++ compiler 
17CXX = dmc
18
19# Standard flags for CC 
20CFLAGS = -HP99
21
22# Standard flags for C++ 
23CXXFLAGS = -HP99
24
25# Standard preprocessor flags (common for CC and CXX) 
26CPPFLAGS = 
27
28# Standard linker flags 
29LDFLAGS = 
30
31# The C preprocessor 
32CPP = 
33
34# Use this to name your customized DLLs differently 
35VENDOR = custom
36
37#  
38WX_FLAVOUR = 
39
40#  
41WX_LIB_FLAVOUR = 
42
43# Name of your custom configuration. This affects directory
44# where object files are stored as well as the location of
45# compiled .lib files and setup.h under the lib/ toplevel directory. 
46CFG = 
47
48# Compiler flags needed to compile test suite in tests directory. If you want
49# to run the tests, set it so that the compiler can find CppUnit headers. 
50CPPUNIT_CFLAGS = 
51
52# Linker flags needed to link test suite in tests directory. If you want
53# to run the tests, include CppUnit library here. 
54CPPUNIT_LIBS = 
55
56