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