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