]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/html/makefile.bcc
added support for user-defined types to wxConfig (patch 1753875)
[wxWidgets.git] / samples / html / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7.autodepend
8
9!ifndef BCCDIR
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
22### Variables: ###
23
24MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
25 -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
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)" \
30 -DUSE_HTML="$(USE_HTML)" -DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" \
31 -DUSE_AUI="$(USE_AUI)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \
32 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" -DUSE_QA="$(USE_QA)" \
33 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
34 -DUSE_THREADS="$(USE_THREADS)" -DUSE_GDIPLUS="$(USE_GDIPLUS)" \
35 -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
36 -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
37 -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
38 -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
39
40### Conditionally set variables: ###
41
42
43
44### Targets: ###
45
46all: about help helpview printing test virtual widget zip
47
48clean:
49 -if exist .\*.obj del .\*.obj
50 -if exist .\*.res del .\*.res
51 -if exist .\*.csm del .\*.csm
52 @echo cd about >about.bat
53 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat
54 call about.bat
55 @del about.bat
56 @echo cd help >help.bat
57 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
58 call help.bat
59 @del help.bat
60 @echo cd helpview >helpview.bat
61 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
62 call helpview.bat
63 @del helpview.bat
64 @echo cd printing >printing.bat
65 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
66 call printing.bat
67 @del printing.bat
68 @echo cd test >test.bat
69 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat
70 call test.bat
71 @del test.bat
72 @echo cd virtual >virtual.bat
73 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat
74 call virtual.bat
75 @del virtual.bat
76 @echo cd widget >widget.bat
77 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat
78 call widget.bat
79 @del widget.bat
80 @echo cd zip >zip.bat
81 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat
82 call zip.bat
83 @del zip.bat
84
85about:
86 @echo cd about >about.bat
87 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat
88 call about.bat
89 @del about.bat
90
91help:
92 @echo cd help >help.bat
93 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
94 call help.bat
95 @del help.bat
96
97helpview:
98 @echo cd helpview >helpview.bat
99 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
100 call helpview.bat
101 @del helpview.bat
102
103printing:
104 @echo cd printing >printing.bat
105 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
106 call printing.bat
107 @del printing.bat
108
109test:
110 @echo cd test >test.bat
111 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat
112 call test.bat
113 @del test.bat
114
115virtual:
116 @echo cd virtual >virtual.bat
117 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat
118 call virtual.bat
119 @del virtual.bat
120
121widget:
122 @echo cd widget >widget.bat
123 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat
124 call widget.bat
125 @del widget.bat
126
127zip:
128 @echo cd zip >zip.bat
129 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat
130 call zip.bat
131 @del zip.bat
132