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