]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.bcc
Do not waste time for USE_ODBC=0.
[wxWidgets.git] / demos / makefile.bcc
CommitLineData
7fcb2c61
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
7fcb2c61
VS
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
b17c1746
DE
24MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
25 -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
26 -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" \
27 -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
28 -DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \
c33fae85 29 -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" -DUSE_XRC="$(USE_XRC)" \
b17c1746 30 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \
69ada15b 31 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
c33fae85
RN
32 -DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
33 -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
34 -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
35 -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
7fcb2c61
VS
36
37### Conditionally set variables: ###
38
39
7fcb2c61
VS
40
41### Targets: ###
42
43all: bombs dbbrowse forty fractal life poem
44
b17c1746
DE
45clean:
46 -if exist .\*.obj del .\*.obj
47 -if exist .\*.res del .\*.res
c4839ccf
JS
48 @echo cd bombs >bombs.bat
49 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>bombs.bat
50 call bombs.bat
51 @del bombs.bat
52 @echo cd dbbrowse >dbbrowse.bat
53 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dbbrowse.bat
54 call dbbrowse.bat
55 @del dbbrowse.bat
56 @echo cd forty >forty.bat
57 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>forty.bat
58 call forty.bat
59 @del forty.bat
60 @echo cd fractal >fractal.bat
61 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>fractal.bat
62 call fractal.bat
63 @del fractal.bat
64 @echo cd life >life.bat
65 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>life.bat
66 call life.bat
67 @del life.bat
68 @echo cd poem >poem.bat
69 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>poem.bat
70 call poem.bat
71 @del poem.bat
b17c1746 72
7fcb2c61 73bombs:
c4839ccf
JS
74 @echo cd bombs >bombs.bat
75 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>bombs.bat
76 call bombs.bat
77 @del bombs.bat
7fcb2c61 78
7fcb2c61 79dbbrowse:
c4839ccf
JS
80 @echo cd dbbrowse >dbbrowse.bat
81 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dbbrowse.bat
82 call dbbrowse.bat
83 @del dbbrowse.bat
7fcb2c61
VS
84
85forty:
c4839ccf
JS
86 @echo cd forty >forty.bat
87 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>forty.bat
88 call forty.bat
89 @del forty.bat
7fcb2c61
VS
90
91fractal:
c4839ccf
JS
92 @echo cd fractal >fractal.bat
93 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>fractal.bat
94 call fractal.bat
95 @del fractal.bat
7fcb2c61
VS
96
97life:
c4839ccf
JS
98 @echo cd life >life.bat
99 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>life.bat
100 call life.bat
101 @del life.bat
7fcb2c61
VS
102
103poem:
c4839ccf
JS
104 @echo cd poem >poem.bat
105 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>poem.bat
106 call poem.bat
107 @del poem.bat