]>
Commit | Line | Data |
---|---|---|
457814b5 | 1 | docs/msw/*.txt |
e8435fa3 | 2 | docs/licence.txt |
457814b5 | 3 | |
46ccb510 JS |
4 | distrib/msw/*.rsp |
5 | distrib/msw/*.bat | |
6 | ||
457814b5 JS |
7 | src/makeb32.env |
8 | src/makebcc.env | |
9 | src/makemsw.env | |
10 | src/makewat.env | |
11 | src/makesc.env | |
12 | src/makeg95.env | |
13 | src/makem95.env | |
14 | src/ntwxwin.mak | |
15 | src/makefile.bcc | |
16 | src/makefile.dos | |
17 | src/makefile.nt | |
18 | src/*.bat | |
19 | ||
20 | src/common/dosyacc.c | |
21 | src/common/doslex.c | |
22 | ||
23 | src/msw/*.cpp | |
24 | src/msw/*.h | |
25 | src/msw/makefile.* | |
26 | src/msw/*.lst | |
27 | src/msw/*.def | |
bb6290e3 | 28 | src/msw/*.inc |
457814b5 JS |
29 | |
30 | src/msw/ctl3d/*.* | |
31 | src/msw/ctl3d/msvc/*.* | |
32 | src/msw/ctl3d/wat32/*.* | |
33 | src/msw/ctl3d/wat386/*.* | |
34 | src/msw/ctl3d/borland/*.* | |
35 | src/msw/ole/*.cpp | |
36 | src/msw/*.prj | |
37 | ||
4fabb575 JS |
38 | src/xpm/*.c |
39 | src/xpm/*.h | |
40 | src/xpm/changes | |
41 | src/xpm/readme | |
42 | src/xpm/readme.msw | |
43 | src/xpm/copyrigh.t | |
44 | src/xpm/files | |
45 | ||
457814b5 JS |
46 | include/wx/msw/*.h |
47 | include/wx/msw/*.rc | |
48 | include/wx/msw/ctl3d/*.h | |
49 | include/wx/msw/gnuwin32/*.h | |
50 | include/wx/msw/ole/*.h | |
51 | include/wx/msw/*.cur | |
52 | include/wx/msw/*.ico | |
53 | include/wx/msw/*.bmp | |
54 | ||
55 | lib/dummy | |
56 | ||
57 | samples/ownerdrw/*.cpp | |
58 | samples/ownerdrw/*.h | |
59 | samples/ownerdrw/makefile.* | |
60 | samples/ownerdrw/*.rc | |
61 | samples/ownerdrw/*.def | |
62 | samples/ownerdrw/*.bmp | |
63 | samples/ownerdrw/*.ico | |
64 | samples/ownerdrw/*.txt | |
65 | ||
66 | samples/taskbar/*.cpp | |
67 | samples/taskbar/*.h | |
68 | samples/taskbar/makefile.* | |
69 | samples/taskbar/*.rc | |
70 | samples/taskbar/*.def | |
71 | samples/taskbar/*.bmp | |
72 | samples/taskbar/*.ico | |
73 | samples/taskbar/*.txt | |
74 | ||
75 | samples/regtest/*.cpp | |
76 | samples/regtest/*.h | |
77 | samples/regtest/makefile.* | |
78 | samples/regtest/*.rc | |
79 | samples/regtest/*.def | |
80 | samples/regtest/*.bmp | |
81 | samples/regtest/*.ico | |
82 | samples/regtest/*.txt | |
83 | ||
84 | samples/nativdlg/*.cpp | |
85 | samples/nativdlg/*.h | |
86 | samples/nativdlg/*.def | |
87 | samples/nativdlg/*.rc | |
88 | samples/nativdlg/*.txt | |
89 | samples/nativdlg/makefile.* | |
90 | samples/nativdlg/*.xbm | |
91 | samples/nativdlg/*.ico | |
92 | samples/nativdlg/*.bmp | |
93 | ||
94 | samples/mfc/*.h | |
95 | samples/mfc/*.cpp | |
96 | samples/mfc/*.def | |
97 | samples/mfc/*.rc | |
98 | samples/mfc/makefile.* | |
99 | samples/mfc/*.txt | |
100 | samples/mfc/*.bmp | |
101 | samples/mfc/*.ico | |
102 | ||
103 | samples/joytest/*.h | |
104 | samples/joytest/*.cpp | |
105 | samples/joytest/*.def | |
106 | samples/joytest/*.rc | |
107 | samples/joytest/makefile.* | |
108 | samples/joytest/*.txt | |
109 | samples/joytest/*.bmp | |
110 | samples/joytest/*.wav | |
111 | samples/joytest/*.ico | |
112 | ||
113 | utils/nplugin/make*.* | |
114 | utils/nplugin/src/*.cpp | |
115 | utils/nplugin/src/*.h | |
116 | utils/nplugin/src/*.rc | |
117 | utils/nplugin/src/*.def | |
118 | utils/nplugin/src/makefile.* | |
119 | utils/nplugin/src/*.txt | |
120 | utils/nplugin/samples/simple/*.cpp | |
121 | utils/nplugin/samples/simple/*.h | |
122 | utils/nplugin/samples/simple/*.rc | |
123 | utils/nplugin/samples/simple/*.def | |
124 | utils/nplugin/samples/simple/makefile.* | |
125 | utils/nplugin/samples/simple/*.txt | |
126 | utils/nplugin/samples/gui/*.cpp | |
127 | utils/nplugin/samples/gui/*.h | |
128 | utils/nplugin/samples/gui/*.rc | |
129 | utils/nplugin/samples/gui/*.def | |
130 | utils/nplugin/samples/gui/makefile.* | |
131 | utils/nplugin/samples/gui/*.txt | |
132 | utils/nplugin/docs/*.tex | |
133 | utils/nplugin/docs/*.txt | |
134 | utils/nplugin/docs/*.hpj | |
135 | utils/nplugin/docs/*.eps | |
136 | utils/nplugin/docs/*.ps | |
137 | utils/nplugin/docs/*.ini | |
138 | utils/nplugin/docs/*.cnt | |
139 | utils/nplugin/docs/*.hlp | |
140 | utils/nplugin/lib/dummy | |
141 |