]> git.saurik.com Git - wxWidgets.git/blame - samples/makefile.bcc
wxVariantData now inherits from wxObjectRefData
[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)" \
c70d645d
VZ
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)" \
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
a2641c8d 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 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
80a77927
WS
257 @echo cd richtext >richtext.bat
258 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>richtext.bat
259 call richtext.bat
260 @del richtext.bat
c4839ccf
JS
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
c4839ccf
JS
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
8032564e
WS
281 @echo cd splash >splash.bat
282 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>splash.bat
283 call splash.bat
284 @del splash.bat
c4839ccf
JS
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
54429bb3
RD
293 @echo cd stc >stc.bat
294 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>stc.bat
295 call stc.bat
296 @del stc.bat
a2641c8d
VZ
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
c4839ccf
JS
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
e8352927
VS
345 @echo cd wrapsizer >wrapsizer.bat
346 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wrapsizer.bat
347 call wrapsizer.bat
348 @del wrapsizer.bat
a2641c8d
VZ
349 @echo cd xrc >xrc.bat
350 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>xrc.bat
351 call xrc.bat
352 @del xrc.bat
73d28bdf
VZ
353 @echo cd memcheck >memcheck.bat
354 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat
355 call memcheck.bat
356 @del memcheck.bat
b17c1746 357
f820e98d 358access:
c4839ccf
JS
359 @echo cd access >access.bat
360 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>access.bat
361 call access.bat
362 @del access.bat
250700e4 363
80a77927
WS
364animate:
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
250700e4 370artprov:
c4839ccf
JS
371 @echo cd artprov >artprov.bat
372 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>artprov.bat
373 call artprov.bat
374 @del artprov.bat
f820e98d 375
80a77927
WS
376aui:
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
f820e98d 382calendar:
c4839ccf
JS
383 @echo cd calendar >calendar.bat
384 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>calendar.bat
385 call calendar.bat
386 @del calendar.bat
f820e98d
VS
387
388caret:
c4839ccf
JS
389 @echo cd caret >caret.bat
390 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>caret.bat
391 call caret.bat
392 @del caret.bat
f820e98d 393
8b41ab4d
RR
394clipboard:
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
69199aad
VZ
400collpane:
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
3b2cb431
JS
406combo:
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
a2641c8d
VZ
412config:
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
250700e4 418console:
c4839ccf
JS
419 @echo cd console >console.bat
420 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>console.bat
421 call console.bat
422 @del console.bat
f820e98d
VS
423
424controls:
c4839ccf
JS
425 @echo cd controls >controls.bat
426 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>controls.bat
427 call controls.bat
428 @del controls.bat
f820e98d 429
80a77927
WS
430dataview:
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
250700e4 436dialogs:
c4839ccf
JS
437 @echo cd dialogs >dialogs.bat
438 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dialogs.bat
439 call dialogs.bat
440 @del dialogs.bat
f820e98d
VS
441
442dialup:
c4839ccf
JS
443 @echo cd dialup >dialup.bat
444 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dialup.bat
445 call dialup.bat
446 @del dialup.bat
f820e98d
VS
447
448display:
c4839ccf
JS
449 @echo cd display >display.bat
450 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>display.bat
451 call display.bat
452 @del display.bat
f820e98d
VS
453
454dnd:
c4839ccf
JS
455 @echo cd dnd >dnd.bat
456 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dnd.bat
457 call dnd.bat
458 @del dnd.bat
f820e98d
VS
459
460docview:
c4839ccf
JS
461 @echo cd docview >docview.bat
462 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>docview.bat
463 call docview.bat
464 @del docview.bat
f820e98d 465
f820e98d 466dragimag:
c4839ccf
JS
467 @echo cd dragimag >dragimag.bat
468 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dragimag.bat
469 call dragimag.bat
470 @del dragimag.bat
f820e98d
VS
471
472drawing:
c4839ccf
JS
473 @echo cd drawing >drawing.bat
474 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>drawing.bat
475 call drawing.bat
476 @del drawing.bat
f820e98d 477
f820e98d 478erase:
c4839ccf
JS
479 @echo cd erase >erase.bat
480 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>erase.bat
481 call erase.bat
482 @del erase.bat
f820e98d
VS
483
484event:
c4839ccf
JS
485 @echo cd event >event.bat
486 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>event.bat
487 call event.bat
488 @del event.bat
f820e98d 489
b17c1746 490except:
c4839ccf
JS
491 @echo cd except >except.bat
492 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>except.bat
493 call except.bat
494 @del except.bat
f820e98d 495
a2641c8d
VZ
496exec:
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
f820e98d 502font:
c4839ccf
JS
503 @echo cd font >font.bat
504 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>font.bat
505 call font.bat
506 @del font.bat
f820e98d
VS
507
508grid:
c4839ccf
JS
509 @echo cd grid >grid.bat
510 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>grid.bat
511 call grid.bat
512 @del grid.bat
f820e98d
VS
513
514help:
c4839ccf
JS
515 @echo cd help >help.bat
516 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
517 call help.bat
518 @del help.bat
f820e98d
VS
519
520htlbox:
c4839ccf
JS
521 @echo cd htlbox >htlbox.bat
522 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>htlbox.bat
523 call htlbox.bat
524 @del htlbox.bat
f820e98d
VS
525
526html:
c4839ccf
JS
527 @echo cd html >html.bat
528 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>html.bat
529 call html.bat
530 @del html.bat
250700e4
RD
531
532image:
c4839ccf
JS
533 @echo cd image >image.bat
534 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>image.bat
535 call image.bat
536 @del image.bat
f820e98d
VS
537
538internat:
c4839ccf
JS
539 @echo cd internat >internat.bat
540 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>internat.bat
541 call internat.bat
542 @del internat.bat
f820e98d
VS
543
544ipc:
c4839ccf
JS
545 @echo cd ipc >ipc.bat
546 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ipc.bat
547 call ipc.bat
548 @del ipc.bat
f820e98d
VS
549
550joytest:
c4839ccf
JS
551 @echo cd joytest >joytest.bat
552 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>joytest.bat
553 call joytest.bat
554 @del joytest.bat
f820e98d
VS
555
556keyboard:
c4839ccf
JS
557 @echo cd keyboard >keyboard.bat
558 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>keyboard.bat
559 call keyboard.bat
560 @del keyboard.bat
f820e98d
VS
561
562layout:
c4839ccf
JS
563 @echo cd layout >layout.bat
564 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>layout.bat
565 call layout.bat
566 @del layout.bat
f820e98d 567
f820e98d 568listctrl:
c4839ccf
JS
569 @echo cd listctrl >listctrl.bat
570 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>listctrl.bat
571 call listctrl.bat
572 @del listctrl.bat
f820e98d
VS
573
574mdi:
c4839ccf
JS
575 @echo cd mdi >mdi.bat
576 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mdi.bat
577 call mdi.bat
578 @del mdi.bat
f820e98d 579
39c5bef0
RN
580mediaplayer:
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
f820e98d 586menu:
c4839ccf
JS
587 @echo cd menu >menu.bat
588 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>menu.bat
589 call menu.bat
590 @del menu.bat
f820e98d 591
250700e4 592minimal:
c4839ccf
JS
593 @echo cd minimal >minimal.bat
594 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>minimal.bat
595 call minimal.bat
596 @del minimal.bat
f820e98d 597
f820e98d 598nativdlg:
c4839ccf
JS
599 @echo cd nativdlg >nativdlg.bat
600 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>nativdlg.bat
601 call nativdlg.bat
602 @del nativdlg.bat
f820e98d 603
f820e98d 604notebook:
c4839ccf
JS
605 @echo cd notebook >notebook.bat
606 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>notebook.bat
607 call notebook.bat
608 @del notebook.bat
f820e98d
VS
609
610oleauto:
c4839ccf
JS
611 @echo cd oleauto >oleauto.bat
612 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>oleauto.bat
613 call oleauto.bat
614 @del oleauto.bat
f820e98d
VS
615
616opengl:
c4839ccf
JS
617 @echo cd opengl >opengl.bat
618 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>opengl.bat
619 call opengl.bat
620 @del opengl.bat
f820e98d
VS
621
622ownerdrw:
c4839ccf
JS
623 @echo cd ownerdrw >ownerdrw.bat
624 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ownerdrw.bat
625 call ownerdrw.bat
626 @del ownerdrw.bat
f820e98d 627
92d2f5cb
RN
628popup:
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
a2641c8d
VZ
634power:
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
f820e98d 640printing:
c4839ccf
JS
641 @echo cd printing >printing.bat
642 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
643 call printing.bat
644 @del printing.bat
f820e98d 645
c70d645d
VZ
646propgrid:
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
f820e98d 652regtest:
c4839ccf
JS
653 @echo cd regtest >regtest.bat
654 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>regtest.bat
655 call regtest.bat
656 @del regtest.bat
f820e98d
VS
657
658render:
c4839ccf
JS
659 @echo cd render >render.bat
660 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>render.bat
661 call render.bat
662 @del render.bat
f820e98d 663
80a77927
WS
664richtext:
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
f820e98d 670sashtest:
c4839ccf
JS
671 @echo cd sashtest >sashtest.bat
672 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sashtest.bat
673 call sashtest.bat
674 @del sashtest.bat
f820e98d
VS
675
676scroll:
c4839ccf
JS
677 @echo cd scroll >scroll.bat
678 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>scroll.bat
679 call scroll.bat
680 @del scroll.bat
f820e98d 681
f820e98d 682shaped:
c4839ccf
JS
683 @echo cd shaped >shaped.bat
684 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>shaped.bat
685 call shaped.bat
686 @del shaped.bat
f820e98d
VS
687
688sockets:
c4839ccf
JS
689 @echo cd sockets >sockets.bat
690 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sockets.bat
691 call sockets.bat
692 @del sockets.bat
0d9c603d
VS
693
694sound:
c4839ccf
JS
695 @echo cd sound >sound.bat
696 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sound.bat
697 call sound.bat
698 @del sound.bat
f820e98d 699
8032564e
WS
700splash:
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
f820e98d 706splitter:
c4839ccf
JS
707 @echo cd splitter >splitter.bat
708 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>splitter.bat
709 call splitter.bat
710 @del splitter.bat
f820e98d
VS
711
712statbar:
c4839ccf
JS
713 @echo cd statbar >statbar.bat
714 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>statbar.bat
715 call statbar.bat
716 @del statbar.bat
f820e98d 717
54429bb3
RD
718stc:
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
a2641c8d
VZ
724svg:
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
730taborder:
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
f820e98d 736taskbar:
c4839ccf
JS
737 @echo cd taskbar >taskbar.bat
738 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taskbar.bat
739 call taskbar.bat
740 @del taskbar.bat
f820e98d
VS
741
742text:
c4839ccf
JS
743 @echo cd text >text.bat
744 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>text.bat
745 call text.bat
746 @del text.bat
f820e98d
VS
747
748thread:
c4839ccf
JS
749 @echo cd thread >thread.bat
750 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>thread.bat
751 call thread.bat
752 @del thread.bat
f820e98d
VS
753
754toolbar:
c4839ccf
JS
755 @echo cd toolbar >toolbar.bat
756 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>toolbar.bat
757 call toolbar.bat
758 @del toolbar.bat
f820e98d
VS
759
760treectrl:
c4839ccf
JS
761 @echo cd treectrl >treectrl.bat
762 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>treectrl.bat
763 call treectrl.bat
764 @del treectrl.bat
f820e98d
VS
765
766typetest:
c4839ccf
JS
767 @echo cd typetest >typetest.bat
768 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>typetest.bat
769 call typetest.bat
770 @del typetest.bat
f820e98d
VS
771
772validate:
c4839ccf
JS
773 @echo cd validate >validate.bat
774 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>validate.bat
775 call validate.bat
776 @del validate.bat
f820e98d
VS
777
778vscroll:
c4839ccf
JS
779 @echo cd vscroll >vscroll.bat
780 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>vscroll.bat
781 call vscroll.bat
782 @del vscroll.bat
f820e98d
VS
783
784widgets:
c4839ccf
JS
785 @echo cd widgets >widgets.bat
786 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widgets.bat
787 call widgets.bat
788 @del widgets.bat
f820e98d
VS
789
790wizard:
c4839ccf
JS
791 @echo cd wizard >wizard.bat
792 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
793 call wizard.bat
794 @del wizard.bat
92d2f5cb 795
e8352927
VS
796wrapsizer:
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
a2641c8d
VZ
802xrc:
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
73d28bdf
VZ
808memcheck:
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