]> git.saurik.com Git - wxWidgets.git/blame - utils/makefile.bcc
Fixed drawing of the lines data, also ensure that only tuples are
[wxWidgets.git] / utils / makefile.bcc
CommitLineData
2ace0078
VS
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# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
2ace0078 9!ifndef BCCDIR
9bfe7ad9
VS
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
2ace0078
VS
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
2ace0078
VS
22### Variables: ###
23
19c35fa5
VS
24MAKEARGS = -DCPPFLAGS="$(CPPFLAGS)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
25 -DLDFLAGS="$(LDFLAGS)" -DCC="$(CC)" -DUSE_GUI="$(USE_GUI)" \
26 -DMONOLITHIC="$(MONOLITHIC)" -DCXXFLAGS="$(CXXFLAGS)" \
27 -DUSE_HTML="$(USE_HTML)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
b71531ad
VZ
28 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DVENDOR="$(VENDOR)" \
29 -DUNICODE="$(UNICODE)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
30 -DMSLU="$(MSLU)" -DWXUNIV="$(WXUNIV)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)" \
31 -DCXX="$(CXX)" -DCFG="$(CFG)" -DCFLAGS="$(CFLAGS)" -DSHARED="$(SHARED)" \
32 -DUSE_ODBC="$(USE_ODBC)" -DUSE_OPENGL="$(USE_OPENGL)"
2ace0078
VS
33
34### Conditionally set variables: ###
35
36
37
38### Targets: ###
39
e1e61c81 40all: configtool emulator helpview tex2rtf helpgen
2ace0078
VS
41
42clean:
43 -if exist .\*.obj del .\*.obj
44 -if exist .\*.res del .\*.res
45
e1e61c81
VS
46configtool:
47 cd configtool\src
48 $(MAKE) -f makefile.bcc $(MAKEARGS) all
49 cd ..\..
50
51emulator:
52 cd emulator\src
53 $(MAKE) -f makefile.bcc $(MAKEARGS) all
54 cd ..\..
55
2ace0078
VS
56helpgen:
57 cd HelpGen
58 $(MAKE) -f makefile.bcc $(MAKEARGS) all
59 cd ..
60
e1e61c81
VS
61helpview:
62 cd helpview\src
63 $(MAKE) -f makefile.bcc $(MAKEARGS) all
64 cd ..\..
65
2ace0078
VS
66tex2rtf:
67 cd tex2rtf\src
68 $(MAKE) -f makefile.bcc $(MAKEARGS) all
69 cd ..\..