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