]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.bcc
Doc tweaks
[wxWidgets.git] / samples / html / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
250700e4 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
250700e4
RD
13BCCDIR = $(MAKEDIR)\..
14!endif
15
fd9f42b6 16!include ../../build/msw/config.bcc
250700e4
RD
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
250700e4
RD
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)"
250700e4
RD
36
37### Conditionally set variables: ###
38
39
40
41### Targets: ###
42
43all: about help helpview printing test virtual widget zip
44
b17c1746
DE
45clean:
46 -if exist .\*.obj del .\*.obj
47 -if exist .\*.res del .\*.res
b14abf14 48 -if exist .\*.csm del .\*.csm
c4839ccf
JS
49 @echo cd about >about.bat
50 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat
51 call about.bat
52 @del about.bat
53 @echo cd help >help.bat
54 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
55 call help.bat
56 @del help.bat
57 @echo cd helpview >helpview.bat
58 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
59 call helpview.bat
60 @del helpview.bat
61 @echo cd printing >printing.bat
62 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
63 call printing.bat
64 @del printing.bat
65 @echo cd test >test.bat
66 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat
67 call test.bat
68 @del test.bat
69 @echo cd virtual >virtual.bat
70 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat
71 call virtual.bat
72 @del virtual.bat
73 @echo cd widget >widget.bat
74 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat
75 call widget.bat
76 @del widget.bat
77 @echo cd zip >zip.bat
78 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat
79 call zip.bat
80 @del zip.bat
b17c1746 81
250700e4 82about:
c4839ccf
JS
83 @echo cd about >about.bat
84 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat
85 call about.bat
86 @del about.bat
250700e4 87
250700e4 88help:
c4839ccf
JS
89 @echo cd help >help.bat
90 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
91 call help.bat
92 @del help.bat
250700e4
RD
93
94helpview:
c4839ccf
JS
95 @echo cd helpview >helpview.bat
96 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
97 call helpview.bat
98 @del helpview.bat
250700e4
RD
99
100printing:
c4839ccf
JS
101 @echo cd printing >printing.bat
102 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
103 call printing.bat
104 @del printing.bat
250700e4
RD
105
106test:
c4839ccf
JS
107 @echo cd test >test.bat
108 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat
109 call test.bat
110 @del test.bat
250700e4
RD
111
112virtual:
c4839ccf
JS
113 @echo cd virtual >virtual.bat
114 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat
115 call virtual.bat
116 @del virtual.bat
250700e4
RD
117
118widget:
c4839ccf
JS
119 @echo cd widget >widget.bat
120 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat
121 call widget.bat
122 @del widget.bat
250700e4
RD
123
124zip:
c4839ccf
JS
125 @echo cd zip >zip.bat
126 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat
127 call zip.bat
128 @del zip.bat
b14abf14 129