]> git.saurik.com Git - wxWidgets.git/blob - samples/makefile.bcc
Globally replace _T() with wxT().
[wxWidgets.git] / samples / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.6 (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)" -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_PROPGRID="$(USE_PROPGRID)" \
32 -DUSE_RICHTEXT="$(USE_RICHTEXT)" -DUSE_STC="$(USE_STC)" \
33 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
34 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
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)"
40
41 ### Conditionally set variables: ###
42
43
44
45 ### Targets: ###
46
47 all: 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 richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer xrc
48
49 clean:
50 -if exist .\*.obj del .\*.obj
51 -if exist .\*.res del .\*.res
52 -if exist .\*.csm del .\*.csm
53 @echo cd access >access.bat
54 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>access.bat
55 call access.bat
56 @del access.bat
57 @echo cd animate >animate.bat
58 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>animate.bat
59 call animate.bat
60 @del animate.bat
61 @echo cd artprov >artprov.bat
62 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>artprov.bat
63 call artprov.bat
64 @del artprov.bat
65 @echo cd aui >aui.bat
66 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>aui.bat
67 call aui.bat
68 @del aui.bat
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
77 @echo cd clipboard >clipboard.bat
78 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>clipboard.bat
79 call clipboard.bat
80 @del clipboard.bat
81 @echo cd collpane >collpane.bat
82 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>collpane.bat
83 call collpane.bat
84 @del collpane.bat
85 @echo cd combo >combo.bat
86 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>combo.bat
87 call combo.bat
88 @del combo.bat
89 @echo cd config >config.bat
90 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>config.bat
91 call config.bat
92 @del config.bat
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
101 @echo cd dataview >dataview.bat
102 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dataview.bat
103 call dataview.bat
104 @del dataview.bat
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
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
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
141 @echo cd except >except.bat
142 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>except.bat
143 call except.bat
144 @del except.bat
145 @echo cd exec >exec.bat
146 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>exec.bat
147 call exec.bat
148 @del exec.bat
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
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
201 @echo cd mediaplayer >mediaplayer.bat
202 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mediaplayer.bat
203 call mediaplayer.bat
204 @del mediaplayer.bat
205 @echo cd menu >menu.bat
206 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>menu.bat
207 call menu.bat
208 @del menu.bat
209 @echo cd minimal >minimal.bat
210 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>minimal.bat
211 call minimal.bat
212 @del minimal.bat
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
233 @echo cd popup >popup.bat
234 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>popup.bat
235 call popup.bat
236 @del popup.bat
237 @echo cd power >power.bat
238 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>power.bat
239 call power.bat
240 @del power.bat
241 @echo cd printing >printing.bat
242 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
243 call printing.bat
244 @del printing.bat
245 @echo cd propgrid >propgrid.bat
246 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>propgrid.bat
247 call propgrid.bat
248 @del propgrid.bat
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
257 @echo cd richtext >richtext.bat
258 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>richtext.bat
259 call richtext.bat
260 @del richtext.bat
261 @echo cd sashtest >sashtest.bat
262 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sashtest.bat
263 call sashtest.bat
264 @del sashtest.bat
265 @echo cd scroll >scroll.bat
266 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>scroll.bat
267 call scroll.bat
268 @del scroll.bat
269 @echo cd shaped >shaped.bat
270 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>shaped.bat
271 call shaped.bat
272 @del shaped.bat
273 @echo cd sockets >sockets.bat
274 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sockets.bat
275 call sockets.bat
276 @del sockets.bat
277 @echo cd sound >sound.bat
278 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sound.bat
279 call sound.bat
280 @del sound.bat
281 @echo cd splash >splash.bat
282 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>splash.bat
283 call splash.bat
284 @del splash.bat
285 @echo cd splitter >splitter.bat
286 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>splitter.bat
287 call splitter.bat
288 @del splitter.bat
289 @echo cd statbar >statbar.bat
290 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>statbar.bat
291 call statbar.bat
292 @del statbar.bat
293 @echo cd stc >stc.bat
294 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>stc.bat
295 call stc.bat
296 @del stc.bat
297 @echo cd svg >svg.bat
298 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>svg.bat
299 call svg.bat
300 @del svg.bat
301 @echo cd taborder >taborder.bat
302 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taborder.bat
303 call taborder.bat
304 @del taborder.bat
305 @echo cd taskbar >taskbar.bat
306 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taskbar.bat
307 call taskbar.bat
308 @del taskbar.bat
309 @echo cd text >text.bat
310 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>text.bat
311 call text.bat
312 @del text.bat
313 @echo cd thread >thread.bat
314 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>thread.bat
315 call thread.bat
316 @del thread.bat
317 @echo cd toolbar >toolbar.bat
318 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>toolbar.bat
319 call toolbar.bat
320 @del toolbar.bat
321 @echo cd treectrl >treectrl.bat
322 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>treectrl.bat
323 call treectrl.bat
324 @del treectrl.bat
325 @echo cd typetest >typetest.bat
326 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>typetest.bat
327 call typetest.bat
328 @del typetest.bat
329 @echo cd validate >validate.bat
330 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>validate.bat
331 call validate.bat
332 @del validate.bat
333 @echo cd vscroll >vscroll.bat
334 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>vscroll.bat
335 call vscroll.bat
336 @del vscroll.bat
337 @echo cd widgets >widgets.bat
338 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widgets.bat
339 call widgets.bat
340 @del widgets.bat
341 @echo cd wizard >wizard.bat
342 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wizard.bat
343 call wizard.bat
344 @del wizard.bat
345 @echo cd wrapsizer >wrapsizer.bat
346 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wrapsizer.bat
347 call wrapsizer.bat
348 @del wrapsizer.bat
349 @echo cd xrc >xrc.bat
350 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>xrc.bat
351 call xrc.bat
352 @del xrc.bat
353 @echo cd memcheck >memcheck.bat
354 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat
355 call memcheck.bat
356 @del memcheck.bat
357
358 access:
359 @echo cd access >access.bat
360 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>access.bat
361 call access.bat
362 @del access.bat
363
364 animate:
365 @echo cd animate >animate.bat
366 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>animate.bat
367 call animate.bat
368 @del animate.bat
369
370 artprov:
371 @echo cd artprov >artprov.bat
372 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>artprov.bat
373 call artprov.bat
374 @del artprov.bat
375
376 aui:
377 @echo cd aui >aui.bat
378 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>aui.bat
379 call aui.bat
380 @del aui.bat
381
382 calendar:
383 @echo cd calendar >calendar.bat
384 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>calendar.bat
385 call calendar.bat
386 @del calendar.bat
387
388 caret:
389 @echo cd caret >caret.bat
390 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>caret.bat
391 call caret.bat
392 @del caret.bat
393
394 clipboard:
395 @echo cd clipboard >clipboard.bat
396 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>clipboard.bat
397 call clipboard.bat
398 @del clipboard.bat
399
400 collpane:
401 @echo cd collpane >collpane.bat
402 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>collpane.bat
403 call collpane.bat
404 @del collpane.bat
405
406 combo:
407 @echo cd combo >combo.bat
408 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>combo.bat
409 call combo.bat
410 @del combo.bat
411
412 config:
413 @echo cd config >config.bat
414 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>config.bat
415 call config.bat
416 @del config.bat
417
418 console:
419 @echo cd console >console.bat
420 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>console.bat
421 call console.bat
422 @del console.bat
423
424 controls:
425 @echo cd controls >controls.bat
426 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>controls.bat
427 call controls.bat
428 @del controls.bat
429
430 dataview:
431 @echo cd dataview >dataview.bat
432 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dataview.bat
433 call dataview.bat
434 @del dataview.bat
435
436 dialogs:
437 @echo cd dialogs >dialogs.bat
438 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dialogs.bat
439 call dialogs.bat
440 @del dialogs.bat
441
442 dialup:
443 @echo cd dialup >dialup.bat
444 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dialup.bat
445 call dialup.bat
446 @del dialup.bat
447
448 display:
449 @echo cd display >display.bat
450 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>display.bat
451 call display.bat
452 @del display.bat
453
454 dnd:
455 @echo cd dnd >dnd.bat
456 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dnd.bat
457 call dnd.bat
458 @del dnd.bat
459
460 docview:
461 @echo cd docview >docview.bat
462 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>docview.bat
463 call docview.bat
464 @del docview.bat
465
466 dragimag:
467 @echo cd dragimag >dragimag.bat
468 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dragimag.bat
469 call dragimag.bat
470 @del dragimag.bat
471
472 drawing:
473 @echo cd drawing >drawing.bat
474 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>drawing.bat
475 call drawing.bat
476 @del drawing.bat
477
478 erase:
479 @echo cd erase >erase.bat
480 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>erase.bat
481 call erase.bat
482 @del erase.bat
483
484 event:
485 @echo cd event >event.bat
486 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>event.bat
487 call event.bat
488 @del event.bat
489
490 except:
491 @echo cd except >except.bat
492 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>except.bat
493 call except.bat
494 @del except.bat
495
496 exec:
497 @echo cd exec >exec.bat
498 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>exec.bat
499 call exec.bat
500 @del exec.bat
501
502 font:
503 @echo cd font >font.bat
504 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>font.bat
505 call font.bat
506 @del font.bat
507
508 grid:
509 @echo cd grid >grid.bat
510 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>grid.bat
511 call grid.bat
512 @del grid.bat
513
514 help:
515 @echo cd help >help.bat
516 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
517 call help.bat
518 @del help.bat
519
520 htlbox:
521 @echo cd htlbox >htlbox.bat
522 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>htlbox.bat
523 call htlbox.bat
524 @del htlbox.bat
525
526 html:
527 @echo cd html >html.bat
528 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>html.bat
529 call html.bat
530 @del html.bat
531
532 image:
533 @echo cd image >image.bat
534 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>image.bat
535 call image.bat
536 @del image.bat
537
538 internat:
539 @echo cd internat >internat.bat
540 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>internat.bat
541 call internat.bat
542 @del internat.bat
543
544 ipc:
545 @echo cd ipc >ipc.bat
546 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ipc.bat
547 call ipc.bat
548 @del ipc.bat
549
550 joytest:
551 @echo cd joytest >joytest.bat
552 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>joytest.bat
553 call joytest.bat
554 @del joytest.bat
555
556 keyboard:
557 @echo cd keyboard >keyboard.bat
558 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>keyboard.bat
559 call keyboard.bat
560 @del keyboard.bat
561
562 layout:
563 @echo cd layout >layout.bat
564 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>layout.bat
565 call layout.bat
566 @del layout.bat
567
568 listctrl:
569 @echo cd listctrl >listctrl.bat
570 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>listctrl.bat
571 call listctrl.bat
572 @del listctrl.bat
573
574 mdi:
575 @echo cd mdi >mdi.bat
576 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mdi.bat
577 call mdi.bat
578 @del mdi.bat
579
580 mediaplayer:
581 @echo cd mediaplayer >mediaplayer.bat
582 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mediaplayer.bat
583 call mediaplayer.bat
584 @del mediaplayer.bat
585
586 menu:
587 @echo cd menu >menu.bat
588 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>menu.bat
589 call menu.bat
590 @del menu.bat
591
592 minimal:
593 @echo cd minimal >minimal.bat
594 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>minimal.bat
595 call minimal.bat
596 @del minimal.bat
597
598 nativdlg:
599 @echo cd nativdlg >nativdlg.bat
600 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>nativdlg.bat
601 call nativdlg.bat
602 @del nativdlg.bat
603
604 notebook:
605 @echo cd notebook >notebook.bat
606 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>notebook.bat
607 call notebook.bat
608 @del notebook.bat
609
610 oleauto:
611 @echo cd oleauto >oleauto.bat
612 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>oleauto.bat
613 call oleauto.bat
614 @del oleauto.bat
615
616 opengl:
617 @echo cd opengl >opengl.bat
618 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>opengl.bat
619 call opengl.bat
620 @del opengl.bat
621
622 ownerdrw:
623 @echo cd ownerdrw >ownerdrw.bat
624 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ownerdrw.bat
625 call ownerdrw.bat
626 @del ownerdrw.bat
627
628 popup:
629 @echo cd popup >popup.bat
630 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>popup.bat
631 call popup.bat
632 @del popup.bat
633
634 power:
635 @echo cd power >power.bat
636 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>power.bat
637 call power.bat
638 @del power.bat
639
640 printing:
641 @echo cd printing >printing.bat
642 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
643 call printing.bat
644 @del printing.bat
645
646 propgrid:
647 @echo cd propgrid >propgrid.bat
648 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>propgrid.bat
649 call propgrid.bat
650 @del propgrid.bat
651
652 regtest:
653 @echo cd regtest >regtest.bat
654 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>regtest.bat
655 call regtest.bat
656 @del regtest.bat
657
658 render:
659 @echo cd render >render.bat
660 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>render.bat
661 call render.bat
662 @del render.bat
663
664 richtext:
665 @echo cd richtext >richtext.bat
666 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>richtext.bat
667 call richtext.bat
668 @del richtext.bat
669
670 sashtest:
671 @echo cd sashtest >sashtest.bat
672 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sashtest.bat
673 call sashtest.bat
674 @del sashtest.bat
675
676 scroll:
677 @echo cd scroll >scroll.bat
678 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>scroll.bat
679 call scroll.bat
680 @del scroll.bat
681
682 shaped:
683 @echo cd shaped >shaped.bat
684 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>shaped.bat
685 call shaped.bat
686 @del shaped.bat
687
688 sockets:
689 @echo cd sockets >sockets.bat
690 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sockets.bat
691 call sockets.bat
692 @del sockets.bat
693
694 sound:
695 @echo cd sound >sound.bat
696 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sound.bat
697 call sound.bat
698 @del sound.bat
699
700 splash:
701 @echo cd splash >splash.bat
702 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>splash.bat
703 call splash.bat
704 @del splash.bat
705
706 splitter:
707 @echo cd splitter >splitter.bat
708 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>splitter.bat
709 call splitter.bat
710 @del splitter.bat
711
712 statbar:
713 @echo cd statbar >statbar.bat
714 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>statbar.bat
715 call statbar.bat
716 @del statbar.bat
717
718 stc:
719 @echo cd stc >stc.bat
720 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>stc.bat
721 call stc.bat
722 @del stc.bat
723
724 svg:
725 @echo cd svg >svg.bat
726 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>svg.bat
727 call svg.bat
728 @del svg.bat
729
730 taborder:
731 @echo cd taborder >taborder.bat
732 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taborder.bat
733 call taborder.bat
734 @del taborder.bat
735
736 taskbar:
737 @echo cd taskbar >taskbar.bat
738 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taskbar.bat
739 call taskbar.bat
740 @del taskbar.bat
741
742 text:
743 @echo cd text >text.bat
744 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>text.bat
745 call text.bat
746 @del text.bat
747
748 thread:
749 @echo cd thread >thread.bat
750 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>thread.bat
751 call thread.bat
752 @del thread.bat
753
754 toolbar:
755 @echo cd toolbar >toolbar.bat
756 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>toolbar.bat
757 call toolbar.bat
758 @del toolbar.bat
759
760 treectrl:
761 @echo cd treectrl >treectrl.bat
762 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>treectrl.bat
763 call treectrl.bat
764 @del treectrl.bat
765
766 typetest:
767 @echo cd typetest >typetest.bat
768 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>typetest.bat
769 call typetest.bat
770 @del typetest.bat
771
772 validate:
773 @echo cd validate >validate.bat
774 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>validate.bat
775 call validate.bat
776 @del validate.bat
777
778 vscroll:
779 @echo cd vscroll >vscroll.bat
780 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>vscroll.bat
781 call vscroll.bat
782 @del vscroll.bat
783
784 widgets:
785 @echo cd widgets >widgets.bat
786 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widgets.bat
787 call widgets.bat
788 @del widgets.bat
789
790 wizard:
791 @echo cd wizard >wizard.bat
792 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
793 call wizard.bat
794 @del wizard.bat
795
796 wrapsizer:
797 @echo cd wrapsizer >wrapsizer.bat
798 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wrapsizer.bat
799 call wrapsizer.bat
800 @del wrapsizer.bat
801
802 xrc:
803 @echo cd xrc >xrc.bat
804 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>xrc.bat
805 call xrc.bat
806 @del xrc.bat
807
808 memcheck:
809 @echo cd memcheck >memcheck.bat
810 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat
811 call memcheck.bat
812 @del memcheck.bat
813