]> git.saurik.com Git - wxWidgets.git/blob - samples/makefile.wat
use wxCommandEventHandler instead of manually writing several casts
[wxWidgets.git] / samples / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.5 (http://www.bakefile.org)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include ../build/msw/config.wat
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 # Speed up compilation a bit:
14 !ifdef __LOADDLL__
15 ! loaddll wcc wccd
16 ! loaddll wccaxp wccdaxp
17 ! loaddll wcc386 wccd386
18 ! loaddll wpp wppdi86
19 ! loaddll wppaxp wppdaxp
20 ! loaddll wpp386 wppd386
21 ! loaddll wlink wlink
22 ! loaddll wlib wlibd
23 !endif
24
25 # We need these variables in some bakefile-made rules:
26 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28 ### Conditionally set variables: ###
29
30
31 ### Variables: ###
32
33 MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
34 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" &
35 WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" BUILD="$(BUILD)" &
36 DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" &
37 MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" &
38 USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" &
39 USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" &
40 USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" &
41 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" &
42 USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" &
43 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" &
44 WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" &
45 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" &
46 RUNTIME_LIBS="$(RUNTIME_LIBS)"
47
48
49 ### Targets: ###
50
51 all : .SYMBOLIC access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
52
53 clean : .SYMBOLIC
54 -if exist .\*.obj del .\*.obj
55 -if exist .\*.res del .\*.res
56 -if exist .\*.lbc del .\*.lbc
57 -if exist .\*.ilk del .\*.ilk
58 -if exist .\*.pch del .\*.pch
59 cd access
60 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
61 cd $(WATCOM_CWD)
62 cd animate
63 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
64 cd $(WATCOM_CWD)
65 cd artprov
66 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
67 cd $(WATCOM_CWD)
68 cd aui
69 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
70 cd $(WATCOM_CWD)
71 cd calendar
72 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
73 cd $(WATCOM_CWD)
74 cd caret
75 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
76 cd $(WATCOM_CWD)
77 cd clipboard
78 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
79 cd $(WATCOM_CWD)
80 cd collpane
81 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
82 cd $(WATCOM_CWD)
83 cd config
84 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
85 cd $(WATCOM_CWD)
86 cd combo
87 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
88 cd $(WATCOM_CWD)
89 cd console
90 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
91 cd $(WATCOM_CWD)
92 cd controls
93 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
94 cd $(WATCOM_CWD)
95 cd dataview
96 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
97 cd $(WATCOM_CWD)
98 cd dialogs
99 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
100 cd $(WATCOM_CWD)
101 cd dialup
102 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
103 cd $(WATCOM_CWD)
104 cd display
105 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
106 cd $(WATCOM_CWD)
107 cd dnd
108 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
109 cd $(WATCOM_CWD)
110 cd docview
111 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
112 cd $(WATCOM_CWD)
113 cd dragimag
114 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
115 cd $(WATCOM_CWD)
116 cd drawing
117 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
118 cd $(WATCOM_CWD)
119 cd erase
120 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
121 cd $(WATCOM_CWD)
122 cd event
123 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
124 cd $(WATCOM_CWD)
125 cd exec
126 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
127 cd $(WATCOM_CWD)
128 cd except
129 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
130 cd $(WATCOM_CWD)
131 cd font
132 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
133 cd $(WATCOM_CWD)
134 cd grid
135 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
136 cd $(WATCOM_CWD)
137 cd help
138 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
139 cd $(WATCOM_CWD)
140 cd htlbox
141 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
142 cd $(WATCOM_CWD)
143 cd html
144 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
145 cd $(WATCOM_CWD)
146 cd image
147 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
148 cd $(WATCOM_CWD)
149 cd internat
150 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
151 cd $(WATCOM_CWD)
152 cd ipc
153 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
154 cd $(WATCOM_CWD)
155 cd joytest
156 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
157 cd $(WATCOM_CWD)
158 cd keyboard
159 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
160 cd $(WATCOM_CWD)
161 cd layout
162 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
163 cd $(WATCOM_CWD)
164 cd listctrl
165 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
166 cd $(WATCOM_CWD)
167 cd mdi
168 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
169 cd $(WATCOM_CWD)
170 cd mediaplayer
171 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
172 cd $(WATCOM_CWD)
173 cd menu
174 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
175 cd $(WATCOM_CWD)
176 cd minimal
177 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
178 cd $(WATCOM_CWD)
179 cd mobile
180 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
181 cd $(WATCOM_CWD)
182 cd nativdlg
183 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
184 cd $(WATCOM_CWD)
185 cd notebook
186 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
187 cd $(WATCOM_CWD)
188 cd oleauto
189 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
190 cd $(WATCOM_CWD)
191 cd opengl
192 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
193 cd $(WATCOM_CWD)
194 cd ownerdrw
195 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
196 cd $(WATCOM_CWD)
197 cd popup
198 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
199 cd $(WATCOM_CWD)
200 cd printing
201 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
202 cd $(WATCOM_CWD)
203 cd propgrid
204 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
205 cd $(WATCOM_CWD)
206 cd regtest
207 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
208 cd $(WATCOM_CWD)
209 cd render
210 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
211 cd $(WATCOM_CWD)
212 cd richtext
213 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
214 cd $(WATCOM_CWD)
215 cd sashtest
216 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
217 cd $(WATCOM_CWD)
218 cd scroll
219 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
220 cd $(WATCOM_CWD)
221 cd shaped
222 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
223 cd $(WATCOM_CWD)
224 cd sockets
225 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
226 cd $(WATCOM_CWD)
227 cd sound
228 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
229 cd $(WATCOM_CWD)
230 cd splash
231 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
232 cd $(WATCOM_CWD)
233 cd splitter
234 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
235 cd $(WATCOM_CWD)
236 cd statbar
237 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
238 cd $(WATCOM_CWD)
239 cd stc
240 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
241 cd $(WATCOM_CWD)
242 cd taskbar
243 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
244 cd $(WATCOM_CWD)
245 cd text
246 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
247 cd $(WATCOM_CWD)
248 cd thread
249 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
250 cd $(WATCOM_CWD)
251 cd toolbar
252 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
253 cd $(WATCOM_CWD)
254 cd treectrl
255 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
256 cd $(WATCOM_CWD)
257 cd typetest
258 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
259 cd $(WATCOM_CWD)
260 cd validate
261 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
262 cd $(WATCOM_CWD)
263 cd vscroll
264 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
265 cd $(WATCOM_CWD)
266 cd widgets
267 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
268 cd $(WATCOM_CWD)
269 cd wizard
270 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
271 cd $(WATCOM_CWD)
272 cd wrapsizer
273 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
274 cd $(WATCOM_CWD)
275 cd flash
276 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
277 cd $(WATCOM_CWD)
278 cd mfc
279 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
280 cd $(WATCOM_CWD)
281 cd memcheck
282 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
283 cd $(WATCOM_CWD)
284
285 access : .SYMBOLIC
286 cd access
287 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
288 cd $(WATCOM_CWD)
289
290 animate : .SYMBOLIC
291 cd animate
292 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
293 cd $(WATCOM_CWD)
294
295 artprov : .SYMBOLIC
296 cd artprov
297 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
298 cd $(WATCOM_CWD)
299
300 aui : .SYMBOLIC
301 cd aui
302 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
303 cd $(WATCOM_CWD)
304
305 calendar : .SYMBOLIC
306 cd calendar
307 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
308 cd $(WATCOM_CWD)
309
310 caret : .SYMBOLIC
311 cd caret
312 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
313 cd $(WATCOM_CWD)
314
315 clipboard : .SYMBOLIC
316 cd clipboard
317 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
318 cd $(WATCOM_CWD)
319
320 collpane : .SYMBOLIC
321 cd collpane
322 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
323 cd $(WATCOM_CWD)
324
325 config : .SYMBOLIC
326 cd config
327 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
328 cd $(WATCOM_CWD)
329
330 combo : .SYMBOLIC
331 cd combo
332 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
333 cd $(WATCOM_CWD)
334
335 console : .SYMBOLIC
336 cd console
337 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
338 cd $(WATCOM_CWD)
339
340 controls : .SYMBOLIC
341 cd controls
342 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
343 cd $(WATCOM_CWD)
344
345 dataview : .SYMBOLIC
346 cd dataview
347 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
348 cd $(WATCOM_CWD)
349
350 dialogs : .SYMBOLIC
351 cd dialogs
352 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
353 cd $(WATCOM_CWD)
354
355 dialup : .SYMBOLIC
356 cd dialup
357 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
358 cd $(WATCOM_CWD)
359
360 display : .SYMBOLIC
361 cd display
362 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
363 cd $(WATCOM_CWD)
364
365 dnd : .SYMBOLIC
366 cd dnd
367 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
368 cd $(WATCOM_CWD)
369
370 docview : .SYMBOLIC
371 cd docview
372 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
373 cd $(WATCOM_CWD)
374
375 dragimag : .SYMBOLIC
376 cd dragimag
377 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
378 cd $(WATCOM_CWD)
379
380 drawing : .SYMBOLIC
381 cd drawing
382 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
383 cd $(WATCOM_CWD)
384
385 erase : .SYMBOLIC
386 cd erase
387 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
388 cd $(WATCOM_CWD)
389
390 event : .SYMBOLIC
391 cd event
392 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
393 cd $(WATCOM_CWD)
394
395 exec : .SYMBOLIC
396 cd exec
397 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
398 cd $(WATCOM_CWD)
399
400 except : .SYMBOLIC
401 cd except
402 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
403 cd $(WATCOM_CWD)
404
405 font : .SYMBOLIC
406 cd font
407 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
408 cd $(WATCOM_CWD)
409
410 grid : .SYMBOLIC
411 cd grid
412 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
413 cd $(WATCOM_CWD)
414
415 help : .SYMBOLIC
416 cd help
417 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
418 cd $(WATCOM_CWD)
419
420 htlbox : .SYMBOLIC
421 cd htlbox
422 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
423 cd $(WATCOM_CWD)
424
425 html : .SYMBOLIC
426 cd html
427 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
428 cd $(WATCOM_CWD)
429
430 image : .SYMBOLIC
431 cd image
432 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
433 cd $(WATCOM_CWD)
434
435 internat : .SYMBOLIC
436 cd internat
437 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
438 cd $(WATCOM_CWD)
439
440 ipc : .SYMBOLIC
441 cd ipc
442 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
443 cd $(WATCOM_CWD)
444
445 joytest : .SYMBOLIC
446 cd joytest
447 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
448 cd $(WATCOM_CWD)
449
450 keyboard : .SYMBOLIC
451 cd keyboard
452 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
453 cd $(WATCOM_CWD)
454
455 layout : .SYMBOLIC
456 cd layout
457 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
458 cd $(WATCOM_CWD)
459
460 listctrl : .SYMBOLIC
461 cd listctrl
462 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
463 cd $(WATCOM_CWD)
464
465 mdi : .SYMBOLIC
466 cd mdi
467 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
468 cd $(WATCOM_CWD)
469
470 mediaplayer : .SYMBOLIC
471 cd mediaplayer
472 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
473 cd $(WATCOM_CWD)
474
475 menu : .SYMBOLIC
476 cd menu
477 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
478 cd $(WATCOM_CWD)
479
480 minimal : .SYMBOLIC
481 cd minimal
482 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
483 cd $(WATCOM_CWD)
484
485 mobile : .SYMBOLIC
486 cd mobile
487 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
488 cd $(WATCOM_CWD)
489
490 nativdlg : .SYMBOLIC
491 cd nativdlg
492 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
493 cd $(WATCOM_CWD)
494
495 notebook : .SYMBOLIC
496 cd notebook
497 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
498 cd $(WATCOM_CWD)
499
500 oleauto : .SYMBOLIC
501 cd oleauto
502 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
503 cd $(WATCOM_CWD)
504
505 opengl : .SYMBOLIC
506 cd opengl
507 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
508 cd $(WATCOM_CWD)
509
510 ownerdrw : .SYMBOLIC
511 cd ownerdrw
512 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
513 cd $(WATCOM_CWD)
514
515 popup : .SYMBOLIC
516 cd popup
517 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
518 cd $(WATCOM_CWD)
519
520 printing : .SYMBOLIC
521 cd printing
522 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
523 cd $(WATCOM_CWD)
524
525 propgrid : .SYMBOLIC
526 cd propgrid
527 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
528 cd $(WATCOM_CWD)
529
530 regtest : .SYMBOLIC
531 cd regtest
532 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
533 cd $(WATCOM_CWD)
534
535 render : .SYMBOLIC
536 cd render
537 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
538 cd $(WATCOM_CWD)
539
540 richtext : .SYMBOLIC
541 cd richtext
542 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
543 cd $(WATCOM_CWD)
544
545 sashtest : .SYMBOLIC
546 cd sashtest
547 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
548 cd $(WATCOM_CWD)
549
550 scroll : .SYMBOLIC
551 cd scroll
552 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
553 cd $(WATCOM_CWD)
554
555 shaped : .SYMBOLIC
556 cd shaped
557 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
558 cd $(WATCOM_CWD)
559
560 sockets : .SYMBOLIC
561 cd sockets
562 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
563 cd $(WATCOM_CWD)
564
565 sound : .SYMBOLIC
566 cd sound
567 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
568 cd $(WATCOM_CWD)
569
570 splash : .SYMBOLIC
571 cd splash
572 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
573 cd $(WATCOM_CWD)
574
575 splitter : .SYMBOLIC
576 cd splitter
577 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
578 cd $(WATCOM_CWD)
579
580 statbar : .SYMBOLIC
581 cd statbar
582 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
583 cd $(WATCOM_CWD)
584
585 stc : .SYMBOLIC
586 cd stc
587 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
588 cd $(WATCOM_CWD)
589
590 taskbar : .SYMBOLIC
591 cd taskbar
592 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
593 cd $(WATCOM_CWD)
594
595 text : .SYMBOLIC
596 cd text
597 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
598 cd $(WATCOM_CWD)
599
600 thread : .SYMBOLIC
601 cd thread
602 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
603 cd $(WATCOM_CWD)
604
605 toolbar : .SYMBOLIC
606 cd toolbar
607 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
608 cd $(WATCOM_CWD)
609
610 treectrl : .SYMBOLIC
611 cd treectrl
612 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
613 cd $(WATCOM_CWD)
614
615 typetest : .SYMBOLIC
616 cd typetest
617 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
618 cd $(WATCOM_CWD)
619
620 validate : .SYMBOLIC
621 cd validate
622 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
623 cd $(WATCOM_CWD)
624
625 vscroll : .SYMBOLIC
626 cd vscroll
627 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
628 cd $(WATCOM_CWD)
629
630 widgets : .SYMBOLIC
631 cd widgets
632 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
633 cd $(WATCOM_CWD)
634
635 wizard : .SYMBOLIC
636 cd wizard
637 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
638 cd $(WATCOM_CWD)
639
640 wrapsizer : .SYMBOLIC
641 cd wrapsizer
642 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
643 cd $(WATCOM_CWD)
644
645 flash : .SYMBOLIC
646 cd flash
647 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
648 cd $(WATCOM_CWD)
649
650 mfc : .SYMBOLIC
651 cd mfc
652 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
653 cd $(WATCOM_CWD)
654
655 memcheck : .SYMBOLIC
656 cd memcheck
657 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
658 cd $(WATCOM_CWD)
659