]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.bcc
compilation fix for tooltip patch code applied by Julian and w32api
[wxWidgets.git] / demos / makefile.bcc
CommitLineData
7fcb2c61
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
7fcb2c61 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
7fcb2c61
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
7fcb2c61
VS
22### Variables: ###
23
75a0a7b7
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)" \
a4ad36cd
VS
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)"
7fcb2c61
VS
33
34### Conditionally set variables: ###
35
36
7fcb2c61
VS
37
38### Targets: ###
39
40all: bombs dbbrowse forty fractal life poem
41
42bombs:
43 cd bombs
44 $(MAKE) -f makefile.bcc $(MAKEARGS) all
45 cd ..
46
47clean:
48 -if exist .\*.obj del .\*.obj
49 -if exist .\*.res del .\*.res
50
51dbbrowse:
52 cd dbbrowse
53 $(MAKE) -f makefile.bcc $(MAKEARGS) all
54 cd ..
55
56forty:
57 cd forty
58 $(MAKE) -f makefile.bcc $(MAKEARGS) all
59 cd ..
60
61fractal:
62 cd fractal
63 $(MAKE) -f makefile.bcc $(MAKEARGS) all
64 cd ..
65
66life:
67 cd life
68 $(MAKE) -f makefile.bcc $(MAKEARGS) all
69 cd ..
70
71poem:
72 cd poem
73 $(MAKE) -f makefile.bcc $(MAKEARGS) all
74 cd ..