]> git.saurik.com Git - wxWidgets.git/blame - samples/makefile.bcc
Set svn properties correctly for the newly added files.
[wxWidgets.git] / samples / 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
f820e98d 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)" \
2a15e880
JS
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)" \
3c3ead1d
PC
31 -DUSE_AUI="$(USE_AUI)" -DUSE_RIBBON="$(USE_RIBBON)" \
32 -DUSE_PROPGRID="$(USE_PROPGRID)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \
33 -DUSE_STC="$(USE_STC)" -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
f820e98d 43
250700e4
RD
44
45### Targets: ###
46
d9e90d79 47all: access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer xrc
f820e98d 48
b17c1746
DE
49clean:
50 -if exist .\*.obj del .\*.obj
51 -if exist .\*.res del .\*.res
92d2f5cb 52 -if exist .\*.csm del .\*.csm
c4839ccf
JS
53 @echo cd access >access.bat
54 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>access.bat
55 call access.bat
56 @del access.bat
80a77927
WS
57 @echo cd animate >animate.bat
58 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>animate.bat
59 call animate.bat
60 @del animate.bat
c4839ccf
JS
61 @echo cd artprov >artprov.bat
62 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>artprov.bat
63 call artprov.bat
64 @del artprov.bat
80a77927
WS
65 @echo cd aui >aui.bat
66 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>aui.bat
67 call aui.bat
68 @del aui.bat
c4839ccf
JS
69 @echo cd calendar >calendar.bat
70 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>calendar.bat
71 call calendar.bat
72 @del calendar.bat
73 @echo cd caret >caret.bat
74 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>caret.bat
75 call caret.bat
76 @del caret.bat
8b41ab4d
RR
77 @echo cd clipboard >clipboard.bat
78 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>clipboard.bat
79 call clipboard.bat
80 @del clipboard.bat
69199aad
VZ
81 @echo cd collpane >collpane.bat
82 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>collpane.bat
83 call collpane.bat
84 @del collpane.bat
3b2cb431
JS
85 @echo cd combo >combo.bat
86 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>combo.bat
87 call combo.bat
88 @del combo.bat
a2641c8d
VZ
89 @echo cd config >config.bat
90 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>config.bat
91 call config.bat
92 @del config.bat
c4839ccf
JS
93 @echo cd console >console.bat
94 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>console.bat
95 call console.bat
96 @del console.bat
97 @echo cd controls >controls.bat
98 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>controls.bat
99 call controls.bat
100 @del controls.bat
80a77927
WS
101 @echo cd dataview >dataview.bat
102 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dataview.bat
103 call dataview.bat
104 @del dataview.bat
c4839ccf
JS
105 @echo cd dialogs >dialogs.bat
106 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dialogs.bat
107 call dialogs.bat
108 @del dialogs.bat
109 @echo cd dialup >dialup.bat
110 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dialup.bat
111 call dialup.bat
112 @del dialup.bat
113 @echo cd display >display.bat
114 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>display.bat
115 call display.bat
116 @del display.bat
117 @echo cd dnd >dnd.bat
118 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dnd.bat
119 call dnd.bat
120 @del dnd.bat
121 @echo cd docview >docview.bat
122 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>docview.bat
123 call docview.bat
124 @del docview.bat
c4839ccf
JS
125 @echo cd dragimag >dragimag.bat
126 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dragimag.bat
127 call dragimag.bat
128 @del dragimag.bat
129 @echo cd drawing >drawing.bat
130 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>drawing.bat
131 call drawing.bat
132 @del drawing.bat
c4839ccf
JS
133 @echo cd erase >erase.bat
134 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>erase.bat
135 call erase.bat
136 @del erase.bat
137 @echo cd event >event.bat
138 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>event.bat
139 call event.bat
140 @del event.bat
c4839ccf
JS
141 @echo cd except >except.bat
142 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>except.bat
143 call except.bat
144 @del except.bat
a2641c8d
VZ
145 @echo cd exec >exec.bat
146 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>exec.bat
147 call exec.bat
148 @del exec.bat
c4839ccf
JS
149 @echo cd font >font.bat
150 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>font.bat
151 call font.bat
152 @del font.bat
153 @echo cd grid >grid.bat
154 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>grid.bat
155 call grid.bat
156 @del grid.bat
157 @echo cd help >help.bat
158 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
159 call help.bat
160 @del help.bat
161 @echo cd htlbox >htlbox.bat
162 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>htlbox.bat
163 call htlbox.bat
164 @del htlbox.bat
165 @echo cd html >html.bat
166 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>html.bat
167 call html.bat
168 @del html.bat
169 @echo cd image >image.bat
170 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>image.bat
171 call image.bat
172 @del image.bat
173 @echo cd internat >internat.bat
174 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>internat.bat
175 call internat.bat
176 @del internat.bat
177 @echo cd ipc >ipc.bat
178 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ipc.bat
179 call ipc.bat
180 @del ipc.bat
181 @echo cd joytest >joytest.bat
182 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>joytest.bat
183 call joytest.bat
184 @del joytest.bat
185 @echo cd keyboard >keyboard.bat
186 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>keyboard.bat
187 call keyboard.bat
188 @del keyboard.bat
189 @echo cd layout >layout.bat
190 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>layout.bat
191 call layout.bat
192 @del layout.bat
c4839ccf
JS
193 @echo cd listctrl >listctrl.bat
194 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>listctrl.bat
195 call listctrl.bat
196 @del listctrl.bat
197 @echo cd mdi >mdi.bat
198 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mdi.bat
199 call mdi.bat
200 @del mdi.bat
39c5bef0
RN
201 @echo cd mediaplayer >mediaplayer.bat
202 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mediaplayer.bat
203 call mediaplayer.bat
204 @del mediaplayer.bat
c4839ccf
JS
205 @echo cd menu >menu.bat
206 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>menu.bat
207 call menu.bat
208 @del menu.bat
c4839ccf
JS
209 @echo cd minimal >minimal.bat
210 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>minimal.bat
211 call minimal.bat
212 @del minimal.bat
c4839ccf
JS
213 @echo cd nativdlg >nativdlg.bat
214 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>nativdlg.bat
215 call nativdlg.bat
216 @del nativdlg.bat
217 @echo cd notebook >notebook.bat
218 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>notebook.bat
219 call notebook.bat
220 @del notebook.bat
221 @echo cd oleauto >oleauto.bat
222 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>oleauto.bat
223 call oleauto.bat
224 @del oleauto.bat
225 @echo cd opengl >opengl.bat
226 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>opengl.bat
227 call opengl.bat
228 @del opengl.bat
229 @echo cd ownerdrw >ownerdrw.bat
230 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ownerdrw.bat
231 call ownerdrw.bat
232 @del ownerdrw.bat
92d2f5cb
RN
233 @echo cd popup >popup.bat
234 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>popup.bat
235 call popup.bat
236 @del popup.bat
a2641c8d
VZ
237 @echo cd power >power.bat
238 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>power.bat
239 call power.bat
240 @del power.bat
c4839ccf
JS
241 @echo cd printing >printing.bat
242 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
243 call printing.bat
244 @del printing.bat
c70d645d
VZ
245 @echo cd propgrid >propgrid.bat
246 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>propgrid.bat
247 call propgrid.bat
248 @del propgrid.bat
c4839ccf
JS
249 @echo cd regtest >regtest.bat
250 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>regtest.bat
251 call regtest.bat
252 @del regtest.bat
253 @echo cd render >render.bat
254 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>render.bat
255 call render.bat
256 @del render.bat
d9e90d79
VZ
257 @echo cd ribbon >ribbon.bat
258 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ribbon.bat
259 call ribbon.bat
260 @del ribbon.bat
80a77927
WS
261 @echo cd richtext >richtext.bat
262 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>richtext.bat
263 call richtext.bat
264 @del richtext.bat
c4839ccf
JS
265 @echo cd sashtest >sashtest.bat
266 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sashtest.bat
267 call sashtest.bat
268 @del sashtest.bat
269 @echo cd scroll >scroll.bat
270 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>scroll.bat
271 call scroll.bat
272 @del scroll.bat
c4839ccf
JS
273 @echo cd shaped >shaped.bat
274 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>shaped.bat
275 call shaped.bat
276 @del shaped.bat
277 @echo cd sockets >sockets.bat
278 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sockets.bat
279 call sockets.bat
280 @del sockets.bat
281 @echo cd sound >sound.bat
282 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sound.bat
283 call sound.bat
284 @del sound.bat
8032564e
WS
285 @echo cd splash >splash.bat
286 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>splash.bat
287 call splash.bat
288 @del splash.bat
c4839ccf
JS
289 @echo cd splitter >splitter.bat
290 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>splitter.bat
291 call splitter.bat
292 @del splitter.bat
293 @echo cd statbar >statbar.bat
294 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>statbar.bat
295 call statbar.bat
296 @del statbar.bat
54429bb3
RD
297 @echo cd stc >stc.bat
298 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>stc.bat
299 call stc.bat
300 @del stc.bat
a2641c8d
VZ
301 @echo cd svg >svg.bat
302 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>svg.bat
303 call svg.bat
304 @del svg.bat
305 @echo cd taborder >taborder.bat
306 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taborder.bat
307 call taborder.bat
308 @del taborder.bat
c4839ccf
JS
309 @echo cd taskbar >taskbar.bat
310 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taskbar.bat
311 call taskbar.bat
312 @del taskbar.bat
313 @echo cd text >text.bat
314 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>text.bat
315 call text.bat
316 @del text.bat
317 @echo cd thread >thread.bat
318 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>thread.bat
319 call thread.bat
320 @del thread.bat
321 @echo cd toolbar >toolbar.bat
322 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>toolbar.bat
323 call toolbar.bat
324 @del toolbar.bat
325 @echo cd treectrl >treectrl.bat
326 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>treectrl.bat
327 call treectrl.bat
328 @del treectrl.bat
329 @echo cd typetest >typetest.bat
330 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>typetest.bat
331 call typetest.bat
332 @del typetest.bat
333 @echo cd validate >validate.bat
334 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>validate.bat
335 call validate.bat
336 @del validate.bat
337 @echo cd vscroll >vscroll.bat
338 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>vscroll.bat
339 call vscroll.bat
340 @del vscroll.bat
341 @echo cd widgets >widgets.bat
342 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widgets.bat
343 call widgets.bat
344 @del widgets.bat
345 @echo cd wizard >wizard.bat
346 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wizard.bat
347 call wizard.bat
348 @del wizard.bat
e8352927
VS
349 @echo cd wrapsizer >wrapsizer.bat
350 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wrapsizer.bat
351 call wrapsizer.bat
352 @del wrapsizer.bat
a2641c8d
VZ
353 @echo cd xrc >xrc.bat
354 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>xrc.bat
355 call xrc.bat
356 @del xrc.bat
73d28bdf
VZ
357 @echo cd memcheck >memcheck.bat
358 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat
359 call memcheck.bat
360 @del memcheck.bat
b17c1746 361
f820e98d 362access:
c4839ccf
JS
363 @echo cd access >access.bat
364 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>access.bat
365 call access.bat
366 @del access.bat
250700e4 367
80a77927
WS
368animate:
369 @echo cd animate >animate.bat
370 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>animate.bat
371 call animate.bat
372 @del animate.bat
373
250700e4 374artprov:
c4839ccf
JS
375 @echo cd artprov >artprov.bat
376 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>artprov.bat
377 call artprov.bat
378 @del artprov.bat
f820e98d 379
80a77927
WS
380aui:
381 @echo cd aui >aui.bat
382 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>aui.bat
383 call aui.bat
384 @del aui.bat
385
f820e98d 386calendar:
c4839ccf
JS
387 @echo cd calendar >calendar.bat
388 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>calendar.bat
389 call calendar.bat
390 @del calendar.bat
f820e98d
VS
391
392caret:
c4839ccf
JS
393 @echo cd caret >caret.bat
394 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>caret.bat
395 call caret.bat
396 @del caret.bat
f820e98d 397
8b41ab4d
RR
398clipboard:
399 @echo cd clipboard >clipboard.bat
400 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>clipboard.bat
401 call clipboard.bat
402 @del clipboard.bat
403
69199aad
VZ
404collpane:
405 @echo cd collpane >collpane.bat
406 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>collpane.bat
407 call collpane.bat
408 @del collpane.bat
409
3b2cb431
JS
410combo:
411 @echo cd combo >combo.bat
412 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>combo.bat
413 call combo.bat
414 @del combo.bat
415
a2641c8d
VZ
416config:
417 @echo cd config >config.bat
418 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>config.bat
419 call config.bat
420 @del config.bat
421
250700e4 422console:
c4839ccf
JS
423 @echo cd console >console.bat
424 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>console.bat
425 call console.bat
426 @del console.bat
f820e98d
VS
427
428controls:
c4839ccf
JS
429 @echo cd controls >controls.bat
430 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>controls.bat
431 call controls.bat
432 @del controls.bat
f820e98d 433
80a77927
WS
434dataview:
435 @echo cd dataview >dataview.bat
436 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dataview.bat
437 call dataview.bat
438 @del dataview.bat
439
250700e4 440dialogs:
c4839ccf
JS
441 @echo cd dialogs >dialogs.bat
442 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dialogs.bat
443 call dialogs.bat
444 @del dialogs.bat
f820e98d
VS
445
446dialup:
c4839ccf
JS
447 @echo cd dialup >dialup.bat
448 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dialup.bat
449 call dialup.bat
450 @del dialup.bat
f820e98d
VS
451
452display:
c4839ccf
JS
453 @echo cd display >display.bat
454 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>display.bat
455 call display.bat
456 @del display.bat
f820e98d
VS
457
458dnd:
c4839ccf
JS
459 @echo cd dnd >dnd.bat
460 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dnd.bat
461 call dnd.bat
462 @del dnd.bat
f820e98d
VS
463
464docview:
c4839ccf
JS
465 @echo cd docview >docview.bat
466 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>docview.bat
467 call docview.bat
468 @del docview.bat
f820e98d 469
f820e98d 470dragimag:
c4839ccf
JS
471 @echo cd dragimag >dragimag.bat
472 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dragimag.bat
473 call dragimag.bat
474 @del dragimag.bat
f820e98d
VS
475
476drawing:
c4839ccf
JS
477 @echo cd drawing >drawing.bat
478 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>drawing.bat
479 call drawing.bat
480 @del drawing.bat
f820e98d 481
f820e98d 482erase:
c4839ccf
JS
483 @echo cd erase >erase.bat
484 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>erase.bat
485 call erase.bat
486 @del erase.bat
f820e98d
VS
487
488event:
c4839ccf
JS
489 @echo cd event >event.bat
490 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>event.bat
491 call event.bat
492 @del event.bat
f820e98d 493
b17c1746 494except:
c4839ccf
JS
495 @echo cd except >except.bat
496 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>except.bat
497 call except.bat
498 @del except.bat
f820e98d 499
a2641c8d
VZ
500exec:
501 @echo cd exec >exec.bat
502 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>exec.bat
503 call exec.bat
504 @del exec.bat
505
f820e98d 506font:
c4839ccf
JS
507 @echo cd font >font.bat
508 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>font.bat
509 call font.bat
510 @del font.bat
f820e98d
VS
511
512grid:
c4839ccf
JS
513 @echo cd grid >grid.bat
514 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>grid.bat
515 call grid.bat
516 @del grid.bat
f820e98d
VS
517
518help:
c4839ccf
JS
519 @echo cd help >help.bat
520 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
521 call help.bat
522 @del help.bat
f820e98d
VS
523
524htlbox:
c4839ccf
JS
525 @echo cd htlbox >htlbox.bat
526 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>htlbox.bat
527 call htlbox.bat
528 @del htlbox.bat
f820e98d
VS
529
530html:
c4839ccf
JS
531 @echo cd html >html.bat
532 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>html.bat
533 call html.bat
534 @del html.bat
250700e4
RD
535
536image:
c4839ccf
JS
537 @echo cd image >image.bat
538 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>image.bat
539 call image.bat
540 @del image.bat
f820e98d
VS
541
542internat:
c4839ccf
JS
543 @echo cd internat >internat.bat
544 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>internat.bat
545 call internat.bat
546 @del internat.bat
f820e98d
VS
547
548ipc:
c4839ccf
JS
549 @echo cd ipc >ipc.bat
550 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ipc.bat
551 call ipc.bat
552 @del ipc.bat
f820e98d
VS
553
554joytest:
c4839ccf
JS
555 @echo cd joytest >joytest.bat
556 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>joytest.bat
557 call joytest.bat
558 @del joytest.bat
f820e98d
VS
559
560keyboard:
c4839ccf
JS
561 @echo cd keyboard >keyboard.bat
562 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>keyboard.bat
563 call keyboard.bat
564 @del keyboard.bat
f820e98d
VS
565
566layout:
c4839ccf
JS
567 @echo cd layout >layout.bat
568 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>layout.bat
569 call layout.bat
570 @del layout.bat
f820e98d 571
f820e98d 572listctrl:
c4839ccf
JS
573 @echo cd listctrl >listctrl.bat
574 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>listctrl.bat
575 call listctrl.bat
576 @del listctrl.bat
f820e98d
VS
577
578mdi:
c4839ccf
JS
579 @echo cd mdi >mdi.bat
580 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mdi.bat
581 call mdi.bat
582 @del mdi.bat
f820e98d 583
39c5bef0
RN
584mediaplayer:
585 @echo cd mediaplayer >mediaplayer.bat
586 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mediaplayer.bat
587 call mediaplayer.bat
588 @del mediaplayer.bat
589
f820e98d 590menu:
c4839ccf
JS
591 @echo cd menu >menu.bat
592 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>menu.bat
593 call menu.bat
594 @del menu.bat
f820e98d 595
250700e4 596minimal:
c4839ccf
JS
597 @echo cd minimal >minimal.bat
598 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>minimal.bat
599 call minimal.bat
600 @del minimal.bat
f820e98d 601
f820e98d 602nativdlg:
c4839ccf
JS
603 @echo cd nativdlg >nativdlg.bat
604 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>nativdlg.bat
605 call nativdlg.bat
606 @del nativdlg.bat
f820e98d 607
f820e98d 608notebook:
c4839ccf
JS
609 @echo cd notebook >notebook.bat
610 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>notebook.bat
611 call notebook.bat
612 @del notebook.bat
f820e98d
VS
613
614oleauto:
c4839ccf
JS
615 @echo cd oleauto >oleauto.bat
616 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>oleauto.bat
617 call oleauto.bat
618 @del oleauto.bat
f820e98d
VS
619
620opengl:
c4839ccf
JS
621 @echo cd opengl >opengl.bat
622 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>opengl.bat
623 call opengl.bat
624 @del opengl.bat
f820e98d
VS
625
626ownerdrw:
c4839ccf
JS
627 @echo cd ownerdrw >ownerdrw.bat
628 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ownerdrw.bat
629 call ownerdrw.bat
630 @del ownerdrw.bat
f820e98d 631
92d2f5cb
RN
632popup:
633 @echo cd popup >popup.bat
634 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>popup.bat
635 call popup.bat
636 @del popup.bat
637
a2641c8d
VZ
638power:
639 @echo cd power >power.bat
640 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>power.bat
641 call power.bat
642 @del power.bat
643
f820e98d 644printing:
c4839ccf
JS
645 @echo cd printing >printing.bat
646 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
647 call printing.bat
648 @del printing.bat
f820e98d 649
c70d645d
VZ
650propgrid:
651 @echo cd propgrid >propgrid.bat
652 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>propgrid.bat
653 call propgrid.bat
654 @del propgrid.bat
655
f820e98d 656regtest:
c4839ccf
JS
657 @echo cd regtest >regtest.bat
658 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>regtest.bat
659 call regtest.bat
660 @del regtest.bat
f820e98d
VS
661
662render:
c4839ccf
JS
663 @echo cd render >render.bat
664 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>render.bat
665 call render.bat
666 @del render.bat
f820e98d 667
d9e90d79
VZ
668ribbon:
669 @echo cd ribbon >ribbon.bat
670 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ribbon.bat
671 call ribbon.bat
672 @del ribbon.bat
673
80a77927
WS
674richtext:
675 @echo cd richtext >richtext.bat
676 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>richtext.bat
677 call richtext.bat
678 @del richtext.bat
679
f820e98d 680sashtest:
c4839ccf
JS
681 @echo cd sashtest >sashtest.bat
682 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sashtest.bat
683 call sashtest.bat
684 @del sashtest.bat
f820e98d
VS
685
686scroll:
c4839ccf
JS
687 @echo cd scroll >scroll.bat
688 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>scroll.bat
689 call scroll.bat
690 @del scroll.bat
f820e98d 691
f820e98d 692shaped:
c4839ccf
JS
693 @echo cd shaped >shaped.bat
694 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>shaped.bat
695 call shaped.bat
696 @del shaped.bat
f820e98d
VS
697
698sockets:
c4839ccf
JS
699 @echo cd sockets >sockets.bat
700 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sockets.bat
701 call sockets.bat
702 @del sockets.bat
0d9c603d
VS
703
704sound:
c4839ccf
JS
705 @echo cd sound >sound.bat
706 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sound.bat
707 call sound.bat
708 @del sound.bat
f820e98d 709
8032564e
WS
710splash:
711 @echo cd splash >splash.bat
712 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>splash.bat
713 call splash.bat
714 @del splash.bat
715
f820e98d 716splitter:
c4839ccf
JS
717 @echo cd splitter >splitter.bat
718 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>splitter.bat
719 call splitter.bat
720 @del splitter.bat
f820e98d
VS
721
722statbar:
c4839ccf
JS
723 @echo cd statbar >statbar.bat
724 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>statbar.bat
725 call statbar.bat
726 @del statbar.bat
f820e98d 727
54429bb3
RD
728stc:
729 @echo cd stc >stc.bat
730 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>stc.bat
731 call stc.bat
732 @del stc.bat
733
a2641c8d
VZ
734svg:
735 @echo cd svg >svg.bat
736 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>svg.bat
737 call svg.bat
738 @del svg.bat
739
740taborder:
741 @echo cd taborder >taborder.bat
742 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taborder.bat
743 call taborder.bat
744 @del taborder.bat
745
f820e98d 746taskbar:
c4839ccf
JS
747 @echo cd taskbar >taskbar.bat
748 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taskbar.bat
749 call taskbar.bat
750 @del taskbar.bat
f820e98d
VS
751
752text:
c4839ccf
JS
753 @echo cd text >text.bat
754 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>text.bat
755 call text.bat
756 @del text.bat
f820e98d
VS
757
758thread:
c4839ccf
JS
759 @echo cd thread >thread.bat
760 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>thread.bat
761 call thread.bat
762 @del thread.bat
f820e98d
VS
763
764toolbar:
c4839ccf
JS
765 @echo cd toolbar >toolbar.bat
766 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>toolbar.bat
767 call toolbar.bat
768 @del toolbar.bat
f820e98d
VS
769
770treectrl:
c4839ccf
JS
771 @echo cd treectrl >treectrl.bat
772 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>treectrl.bat
773 call treectrl.bat
774 @del treectrl.bat
f820e98d
VS
775
776typetest:
c4839ccf
JS
777 @echo cd typetest >typetest.bat
778 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>typetest.bat
779 call typetest.bat
780 @del typetest.bat
f820e98d
VS
781
782validate:
c4839ccf
JS
783 @echo cd validate >validate.bat
784 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>validate.bat
785 call validate.bat
786 @del validate.bat
f820e98d
VS
787
788vscroll:
c4839ccf
JS
789 @echo cd vscroll >vscroll.bat
790 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>vscroll.bat
791 call vscroll.bat
792 @del vscroll.bat
f820e98d
VS
793
794widgets:
c4839ccf
JS
795 @echo cd widgets >widgets.bat
796 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widgets.bat
797 call widgets.bat
798 @del widgets.bat
f820e98d
VS
799
800wizard:
c4839ccf
JS
801 @echo cd wizard >wizard.bat
802 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
803 call wizard.bat
804 @del wizard.bat
92d2f5cb 805
e8352927
VS
806wrapsizer:
807 @echo cd wrapsizer >wrapsizer.bat
808 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wrapsizer.bat
809 call wrapsizer.bat
810 @del wrapsizer.bat
811
a2641c8d
VZ
812xrc:
813 @echo cd xrc >xrc.bat
814 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>xrc.bat
815 call xrc.bat
816 @del xrc.bat
817
73d28bdf
VZ
818memcheck:
819 @echo cd memcheck >memcheck.bat
820 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat
821 call memcheck.bat
822 @del memcheck.bat
823