]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.bcc
Simplify wxFileNameFromPath() implementation to avoid redundancy.
[wxWidgets.git] / samples / html / makefile.bcc
CommitLineData
f82b7036
KO
1# =========================================================================\r
2# This makefile was generated by\r
3# Bakefile 0.2.8 (http://www.bakefile.org)\r
4# Do not modify, all changes will be overwritten!\r
5# =========================================================================\r
6\r
7.autodepend\r
8\r
9!ifndef BCCDIR\r
10!ifndef MAKEDIR\r
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4\r
12!endif\r
13BCCDIR = $(MAKEDIR)\..\r
14!endif\r
15\r
16!include ../../build/msw/config.bcc\r
17\r
18# -------------------------------------------------------------------------\r
19# Do not modify the rest of this file!\r
20# -------------------------------------------------------------------------\r
21\r
22### Variables: ###\r
23\r
24MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \\r
25 -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \\r
26 -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" \\r
27 -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \\r
28 -DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \\r
29 -DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \\r
30 -DUSE_HTML="$(USE_HTML)" -DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" \\r
31 -DUSE_AUI="$(USE_AUI)" -DUSE_RIBBON="$(USE_RIBBON)" \\r
32 -DUSE_PROPGRID="$(USE_PROPGRID)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \\r
33 -DUSE_STC="$(USE_STC)" -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \\r
34 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \\r
35 -DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \\r
b796194b
VS
36 -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \\r
37 -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \\r
38 -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \\r
39 -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"\r
f82b7036
KO
40\r
41### Conditionally set variables: ###\r
42\r
43\r
44\r
45### Targets: ###\r
46\r
47all: about help helpview printing test virtual widget zip\r
48\r
49clean: \r
50 -if exist .\*.obj del .\*.obj\r
51 -if exist .\*.res del .\*.res\r
52 -if exist .\*.csm del .\*.csm\r
53 @echo cd about >about.bat\r
54 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat\r
55 call about.bat\r
56 @del about.bat\r
57 @echo cd help >help.bat\r
58 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat\r
59 call help.bat\r
60 @del help.bat\r
61 @echo cd helpview >helpview.bat\r
62 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat\r
63 call helpview.bat\r
64 @del helpview.bat\r
65 @echo cd printing >printing.bat\r
66 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat\r
67 call printing.bat\r
68 @del printing.bat\r
69 @echo cd test >test.bat\r
70 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat\r
71 call test.bat\r
72 @del test.bat\r
73 @echo cd virtual >virtual.bat\r
74 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat\r
75 call virtual.bat\r
76 @del virtual.bat\r
77 @echo cd widget >widget.bat\r
78 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat\r
79 call widget.bat\r
80 @del widget.bat\r
81 @echo cd zip >zip.bat\r
82 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat\r
83 call zip.bat\r
84 @del zip.bat\r
85\r
86about: \r
87 @echo cd about >about.bat\r
88 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat\r
89 call about.bat\r
90 @del about.bat\r
91\r
92help: \r
93 @echo cd help >help.bat\r
94 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat\r
95 call help.bat\r
96 @del help.bat\r
97\r
98helpview: \r
99 @echo cd helpview >helpview.bat\r
100 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat\r
101 call helpview.bat\r
102 @del helpview.bat\r
103\r
104printing: \r
105 @echo cd printing >printing.bat\r
106 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat\r
107 call printing.bat\r
108 @del printing.bat\r
109\r
110test: \r
111 @echo cd test >test.bat\r
112 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat\r
113 call test.bat\r
114 @del test.bat\r
115\r
116virtual: \r
117 @echo cd virtual >virtual.bat\r
118 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat\r
119 call virtual.bat\r
120 @del virtual.bat\r
121\r
122widget: \r
123 @echo cd widget >widget.bat\r
124 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat\r
125 call widget.bat\r
126 @del widget.bat\r
127\r
128zip: \r
129 @echo cd zip >zip.bat\r
130 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat\r
131 call zip.bat\r
132 @del zip.bat\r
133\r