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