]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.bcc
removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called...
[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)" \
29 -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" \
30 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \
69ada15b 31 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
c4839ccf
JS
32 -DVENDOR="$(VENDOR)" -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
33 -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
7fcb2c61
VS
34
35### Conditionally set variables: ###
36
37
7fcb2c61
VS
38
39### Targets: ###
40
41all: bombs dbbrowse forty fractal life poem
42
b17c1746
DE
43clean:
44 -if exist .\*.obj del .\*.obj
45 -if exist .\*.res del .\*.res
c4839ccf
JS
46 @echo cd bombs >bombs.bat
47 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>bombs.bat
48 call bombs.bat
49 @del bombs.bat
50 @echo cd dbbrowse >dbbrowse.bat
51 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dbbrowse.bat
52 call dbbrowse.bat
53 @del dbbrowse.bat
54 @echo cd forty >forty.bat
55 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>forty.bat
56 call forty.bat
57 @del forty.bat
58 @echo cd fractal >fractal.bat
59 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>fractal.bat
60 call fractal.bat
61 @del fractal.bat
62 @echo cd life >life.bat
63 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>life.bat
64 call life.bat
65 @del life.bat
66 @echo cd poem >poem.bat
67 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>poem.bat
68 call poem.bat
69 @del poem.bat
b17c1746 70
7fcb2c61 71bombs:
c4839ccf
JS
72 @echo cd bombs >bombs.bat
73 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>bombs.bat
74 call bombs.bat
75 @del bombs.bat
7fcb2c61 76
7fcb2c61 77dbbrowse:
c4839ccf
JS
78 @echo cd dbbrowse >dbbrowse.bat
79 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dbbrowse.bat
80 call dbbrowse.bat
81 @del dbbrowse.bat
7fcb2c61
VS
82
83forty:
c4839ccf
JS
84 @echo cd forty >forty.bat
85 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>forty.bat
86 call forty.bat
87 @del forty.bat
7fcb2c61
VS
88
89fractal:
c4839ccf
JS
90 @echo cd fractal >fractal.bat
91 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>fractal.bat
92 call fractal.bat
93 @del fractal.bat
7fcb2c61
VS
94
95life:
c4839ccf
JS
96 @echo cd life >life.bat
97 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>life.bat
98 call life.bat
99 @del life.bat
7fcb2c61
VS
100
101poem:
c4839ccf
JS
102 @echo cd poem >poem.bat
103 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>poem.bat
104 call poem.bat
105 @del poem.bat