]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.bcc
Regenerated PO files.
[wxWidgets.git] / demos / makefile.bcc
CommitLineData
7fcb2c61
VS
1# =========================================================================
2# This makefile was generated by
0d90d6ea 3# Bakefile 0.1.9 (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)" \
8c9f8f91
JS
30 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" -DUSE_QA="$(USE_QA)" \
31 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
32 -DUSE_THREADS="$(USE_THREADS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
c33fae85
RN
33 -DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
34 -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
35 -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
36 -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
7fcb2c61
VS
37
38### Conditionally set variables: ###
39
40
7fcb2c61
VS
41
42### Targets: ###
43
44all: bombs dbbrowse forty fractal life poem
45
b17c1746
DE
46clean:
47 -if exist .\*.obj del .\*.obj
48 -if exist .\*.res del .\*.res
d3d0b8db 49 -if exist .\*.csm del .\*.csm
c4839ccf
JS
50 @echo cd bombs >bombs.bat
51 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>bombs.bat
52 call bombs.bat
53 @del bombs.bat
54 @echo cd dbbrowse >dbbrowse.bat
55 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dbbrowse.bat
56 call dbbrowse.bat
57 @del dbbrowse.bat
58 @echo cd forty >forty.bat
59 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>forty.bat
60 call forty.bat
61 @del forty.bat
62 @echo cd fractal >fractal.bat
63 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>fractal.bat
64 call fractal.bat
65 @del fractal.bat
66 @echo cd life >life.bat
67 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>life.bat
68 call life.bat
69 @del life.bat
70 @echo cd poem >poem.bat
71 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>poem.bat
72 call poem.bat
73 @del poem.bat
b17c1746 74
7fcb2c61 75bombs:
c4839ccf
JS
76 @echo cd bombs >bombs.bat
77 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>bombs.bat
78 call bombs.bat
79 @del bombs.bat
7fcb2c61 80
7fcb2c61 81dbbrowse:
c4839ccf
JS
82 @echo cd dbbrowse >dbbrowse.bat
83 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dbbrowse.bat
84 call dbbrowse.bat
85 @del dbbrowse.bat
7fcb2c61
VS
86
87forty:
c4839ccf
JS
88 @echo cd forty >forty.bat
89 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>forty.bat
90 call forty.bat
91 @del forty.bat
7fcb2c61
VS
92
93fractal:
c4839ccf
JS
94 @echo cd fractal >fractal.bat
95 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>fractal.bat
96 call fractal.bat
97 @del fractal.bat
7fcb2c61
VS
98
99life:
c4839ccf
JS
100 @echo cd life >life.bat
101 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>life.bat
102 call life.bat
103 @del life.bat
7fcb2c61
VS
104
105poem:
c4839ccf
JS
106 @echo cd poem >poem.bat
107 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>poem.bat
108 call poem.bat
109 @del poem.bat
d3d0b8db 110