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