]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.bcc
Removed border style
[wxWidgets.git] / samples / html / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (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)" \
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)"
250700e4
RD
37
38### Conditionally set variables: ###
39
40
41
42### Targets: ###
43
44all: about help helpview printing test virtual widget zip
45
b17c1746
DE
46clean:
47 -if exist .\*.obj del .\*.obj
48 -if exist .\*.res del .\*.res
b14abf14 49 -if exist .\*.csm del .\*.csm
c4839ccf
JS
50 @echo cd about >about.bat
51 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat
52 call about.bat
53 @del about.bat
54 @echo cd help >help.bat
55 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
56 call help.bat
57 @del help.bat
58 @echo cd helpview >helpview.bat
59 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
60 call helpview.bat
61 @del helpview.bat
62 @echo cd printing >printing.bat
63 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
64 call printing.bat
65 @del printing.bat
66 @echo cd test >test.bat
67 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat
68 call test.bat
69 @del test.bat
70 @echo cd virtual >virtual.bat
71 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat
72 call virtual.bat
73 @del virtual.bat
74 @echo cd widget >widget.bat
75 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat
76 call widget.bat
77 @del widget.bat
78 @echo cd zip >zip.bat
79 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat
80 call zip.bat
81 @del zip.bat
b17c1746 82
250700e4 83about:
c4839ccf
JS
84 @echo cd about >about.bat
85 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat
86 call about.bat
87 @del about.bat
250700e4 88
250700e4 89help:
c4839ccf
JS
90 @echo cd help >help.bat
91 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
92 call help.bat
93 @del help.bat
250700e4
RD
94
95helpview:
c4839ccf
JS
96 @echo cd helpview >helpview.bat
97 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
98 call helpview.bat
99 @del helpview.bat
250700e4
RD
100
101printing:
c4839ccf
JS
102 @echo cd printing >printing.bat
103 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
104 call printing.bat
105 @del printing.bat
250700e4
RD
106
107test:
c4839ccf
JS
108 @echo cd test >test.bat
109 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat
110 call test.bat
111 @del test.bat
250700e4
RD
112
113virtual:
c4839ccf
JS
114 @echo cd virtual >virtual.bat
115 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat
116 call virtual.bat
117 @del virtual.bat
250700e4
RD
118
119widget:
c4839ccf
JS
120 @echo cd widget >widget.bat
121 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat
122 call widget.bat
123 @del widget.bat
250700e4
RD
124
125zip:
c4839ccf
JS
126 @echo cd zip >zip.bat
127 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat
128 call zip.bat
129 @del zip.bat
b14abf14 130