]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.bcc
regenerated
[wxWidgets.git] / samples / html / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
95ff11c4 3# Bakefile 0.2.6 (http://www.bakefile.org)
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)" \
77a7dfc1
VZ
26 -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" \
27 -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \
28 -DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
29 -DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \
3b2cb431 30 -DUSE_HTML="$(USE_HTML)" -DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" \
8ece421c
VZ
31 -DUSE_AUI="$(USE_AUI)" -DUSE_PROPGRID="$(USE_PROPGRID)" \
32 -DUSE_RICHTEXT="$(USE_RICHTEXT)" -DUSE_STC="$(USE_STC)" \
33 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
8c9f8f91 34 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
3abcf424
RD
35 -DUSE_THREADS="$(USE_THREADS)" -DUSE_GDIPLUS="$(USE_GDIPLUS)" \
36 -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
37 -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
38 -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
39 -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
250700e4
RD
40
41### Conditionally set variables: ###
42
43
44
45### Targets: ###
46
47all: about help helpview printing test virtual widget zip
48
b17c1746
DE
49clean:
50 -if exist .\*.obj del .\*.obj
51 -if exist .\*.res del .\*.res
b14abf14 52 -if exist .\*.csm del .\*.csm
c4839ccf
JS
53 @echo cd about >about.bat
54 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat
55 call about.bat
56 @del about.bat
57 @echo cd help >help.bat
58 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
59 call help.bat
60 @del help.bat
61 @echo cd helpview >helpview.bat
62 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
63 call helpview.bat
64 @del helpview.bat
65 @echo cd printing >printing.bat
66 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
67 call printing.bat
68 @del printing.bat
69 @echo cd test >test.bat
70 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat
71 call test.bat
72 @del test.bat
73 @echo cd virtual >virtual.bat
74 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat
75 call virtual.bat
76 @del virtual.bat
77 @echo cd widget >widget.bat
78 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat
79 call widget.bat
80 @del widget.bat
81 @echo cd zip >zip.bat
82 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat
83 call zip.bat
84 @del zip.bat
b17c1746 85
250700e4 86about:
c4839ccf
JS
87 @echo cd about >about.bat
88 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat
89 call about.bat
90 @del about.bat
250700e4 91
250700e4 92help:
c4839ccf
JS
93 @echo cd help >help.bat
94 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
95 call help.bat
96 @del help.bat
250700e4
RD
97
98helpview:
c4839ccf
JS
99 @echo cd helpview >helpview.bat
100 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
101 call helpview.bat
102 @del helpview.bat
250700e4
RD
103
104printing:
c4839ccf
JS
105 @echo cd printing >printing.bat
106 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
107 call printing.bat
108 @del printing.bat
250700e4
RD
109
110test:
c4839ccf
JS
111 @echo cd test >test.bat
112 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat
113 call test.bat
114 @del test.bat
250700e4
RD
115
116virtual:
c4839ccf
JS
117 @echo cd virtual >virtual.bat
118 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat
119 call virtual.bat
120 @del virtual.bat
250700e4
RD
121
122widget:
c4839ccf
JS
123 @echo cd widget >widget.bat
124 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat
125 call widget.bat
126 @del widget.bat
250700e4
RD
127
128zip:
c4839ccf
JS
129 @echo cd zip >zip.bat
130 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat
131 call zip.bat
132 @del zip.bat
b14abf14 133