]>
Commit | Line | Data |
---|---|---|
0e4c7ab4 CE |
1 | #makefile for Digital Mars / Symantec compilers |
2 | ||
3 | WXDIR=.. | |
4 | ||
5 | all: | |
6 | cd access | |
7 | -make -f $(WXDIR)\samples\access\makefile.sc | |
8 | -make -f $(WXDIR)\samples\artprov\makefile.sc | |
9 | -make -f $(WXDIR)\samples\calendar\makefile.sc $@ | |
10 | -make -f $(WXDIR)\samples\caret\makefile.sc $@ | |
11 | -make -f $(WXDIR)\samples\checklst\makefile.sc $@ | |
12 | -make -f $(WXDIR)\samples\config\makefile.sc $@ | |
13 | -make -f $(WXDIR)\samples\console\makefile.sc $@ | |
14 | -make -f $(WXDIR)\samples\controls\makefile.sc $@ | |
15 | -make -f $(WXDIR)\samples\db\makefile.sc $@ | |
16 | -make -f $(WXDIR)\samples\dialogs\makefile.sc $@ | |
17 | -make -f $(WXDIR)\samples\dialup\makefile.sc $@ | |
18 | -make -f $(WXDIR)\samples\display\makefile.sc $@ | |
19 | -make -f $(WXDIR)\samples\dnd\makefile.sc $@ | |
20 | -make -f $(WXDIR)\samples\docview\makefile.sc $@ | |
21 | -make -f $(WXDIR)\samples\docvwmdi\makefile.sc $@ | |
22 | -make -f $(WXDIR)\samples\dragimag\makefile.sc $@ | |
23 | -make -f $(WXDIR)\samples\drawing\makefile.sc $@ | |
24 | -make -f $(WXDIR)\samples\dynamic\makefile.sc $@ | |
25 | -make -f $(WXDIR)\samples\erase\makefile.sc $@ | |
26 | -make -f $(WXDIR)\samples\event\makefile.sc $@ | |
27 | -make -f $(WXDIR)\samples\exec\makefile.sc $@ | |
28 | -make -f $(WXDIR)\samples\font\makefile.sc $@ | |
29 | -make -f $(WXDIR)\samples\grid\makefile.sc $@ | |
30 | -make -f $(WXDIR)\samples\help\makefile.sc $@ | |
31 | -make -f $(WXDIR)\samples\htlbox\makefile.sc $@ | |
32 | -make -f $(WXDIR)\samples\html\makefile.sc $@ | |
33 | -make -f $(WXDIR)\samples\image\makefile.sc $@ | |
34 | -make -f $(WXDIR)\samples\internat\makefile.sc $@ | |
35 | -make -f $(WXDIR)\samples\ipc\makefile.sc $@ | |
36 | -make -f $(WXDIR)\samples\joytest\makefile.sc $@ | |
37 | -make -f $(WXDIR)\samples\keyboard\makefile.sc $@ | |
38 | -make -f $(WXDIR)\samples\layout\makefile.sc $@ | |
39 | -make -f $(WXDIR)\samples\listbox\makefile.sc $@ | |
40 | -make -f $(WXDIR)\samples\listctrl\makefile.sc $@ | |
41 | -make -f $(WXDIR)\samples\mdi\makefile.sc $@ | |
42 | -make -f $(WXDIR)\samples\memcheck\makefile.sc $@ | |
43 | -make -f $(WXDIR)\samples\menu\makefile.sc $@ | |
44 | -make -f $(WXDIR)\samples\mfc\makefile.sc $@ | |
45 | -make -f $(WXDIR)\samples\minifram\makefile.sc $@ | |
46 | -make -f $(WXDIR)\samples\minimal\makefile.sc $@ | |
47 | -make -f $(WXDIR)\samples\mobile\makefile.sc $@ | |
48 | -make -f $(WXDIR)\samples\multimon\makefile.sc $@ | |
49 | -make -f $(WXDIR)\samples\nativdlg\makefile.sc $@ | |
50 | -make -f $(WXDIR)\samples\newgrid\makefile.sc $@ | |
51 | -make -f $(WXDIR)\samples\notebook\makefile.sc $@ | |
52 | -make -f $(WXDIR)\samples\oleauto\makefile.sc $@ | |
53 | -make -f $(WXDIR)\samples\opengl\makefile.sc $@ | |
54 | -make -f $(WXDIR)\samples\ownerdrw\makefile.sc $@ | |
55 | -make -f $(WXDIR)\samples\png\makefile.sc $@ | |
56 | -make -f $(WXDIR)\samples\printing\makefile.sc $@ | |
57 | -make -f $(WXDIR)\samples\propsize\makefile.sc $@ | |
58 | -make -f $(WXDIR)\samples\regtest\makefile.sc $@ | |
59 | -make -f $(WXDIR)\samples\resource\makefile.sc $@ | |
60 | -make -f $(WXDIR)\samples\richedit\makefile.sc $@ | |
61 | -make -f $(WXDIR)\samples\rotate\makefile.sc $@ | |
62 | -make -f $(WXDIR)\samples\sashtest\makefile.sc $@ | |
63 | -make -f $(WXDIR)\samples\scroll\makefile.sc $@ | |
64 | -make -f $(WXDIR)\samples\scrollsub\makefile.sc $@ | |
65 | -make -f $(WXDIR)\samples\shaped\makefile.sc $@ | |
66 | -make -f $(WXDIR)\samples\sockets\makefile.sc $@ | |
67 | -make -f $(WXDIR)\samples\splitter\makefile.sc $@ | |
68 | -make -f $(WXDIR)\samples\statbar\makefile.sc $@ | |
69 | -make -f $(WXDIR)\samples\tab\makefile.sc $@ | |
70 | -make -f $(WXDIR)\samples\taskbar\makefile.sc $@ | |
71 | -make -f $(WXDIR)\samples\text\makefile.sc $@ | |
72 | -make -f $(WXDIR)\samples\thread\makefile.sc $@ | |
73 | -make -f $(WXDIR)\samples\toolbar\makefile.sc $@ | |
74 | -make -f $(WXDIR)\samples\treectrl\makefile.sc $@ | |
75 | -make -f $(WXDIR)\samples\typetest\makefile.sc $@ | |
76 | -make -f $(WXDIR)\samples\validate\makefile.sc $@ | |
77 | -make -f $(WXDIR)\samples\vscroll\makefile.sc $@ | |
78 | -make -f $(WXDIR)\samples\widgets\makefile.sc $@ | |
79 | -make -f $(WXDIR)\samples\wizard\makefile.sc $@ | |
0e4c7ab4 CE |
80 | -make -f $(WXDIR)\samples\bytes\makefile.sc $@ |
81 | ||
82 | ||
83 |