]>
Commit | Line | Data |
---|---|---|
f2071dda VZ |
1 | ############################################################################### |
2 | # File: src/msw/filelist.cpp | |
3 | # Purpose: The list of source files for MSW version of wxWindows. | |
4 | # Author: Vadim Zeitlin | |
5 | # Created: 14.07.99 | |
6 | # Version: $Id$ | |
7 | # | |
8 | # Format of this file: TAB separated columns. The first column contains the | |
9 | # filename, the second 'G', 'C' or 'M' for generic/common/msw files. Flags | |
10 | # column may be empty or contain some additional info about this file (only | |
11 | # compile it in 16bit mode, don't compile it with this or that compiler, &c) | |
12 | # | |
13 | # Known flags: | |
14 | # 16 a generic file implementing Win32 control for Win16 | |
15 | # 32 only can be compiled under Win32 | |
16 | # PS PostScript related file, normally not compiled under Windows | |
17 | # G generic code which might be used instead of native one | |
18 | # U Unix-ish file, normally not compiled under Windows | |
19 | # O OLE file (needs Win32 and a decent compiler) | |
20 | # S Socket file (currently doesn't compile under Win16 nor with GNU) | |
21 | ############################################################################### | |
22 | ||
23 | # File name Type Flags | |
24 | ||
25 | busyinfo.cpp G | |
26 | choicdgg.cpp G | |
27 | colrdlgg.cpp G G | |
28 | dirdlgg.cpp G 16 | |
29 | extdlgg.cpp G | |
30 | fontdlgg.cpp G G | |
31 | gridg.cpp G | |
32 | helpxlp.cpp G G | |
33 | imaglist.cpp G 16 | |
34 | laywin.cpp G | |
35 | listctrl.cpp G 16 | |
36 | msgdlgg.cpp G G | |
37 | notebook.cpp G 16 | |
38 | panelg.cpp G | |
39 | printps.cpp G PS | |
40 | prntdlgg.cpp G PS,U | |
41 | progdlgg.cpp G | |
42 | prop.cpp G | |
43 | propform.cpp G | |
44 | proplist.cpp G | |
45 | sashwin.cpp G | |
46 | scrolwin.cpp G | |
47 | splitter.cpp G | |
48 | statusbr.cpp G | |
49 | tabg.cpp G | |
31528cd3 | 50 | numdlgg.cpp G |
f2071dda VZ |
51 | textdlgg.cpp G |
52 | tipdlg.cpp G | |
53 | treectrl.cpp G 16 | |
54 | ||
8d99be5f | 55 | choiccmn.cpp C |
f2071dda VZ |
56 | cmndata.cpp C |
57 | config.cpp C | |
8d99be5f | 58 | ctrlcmn.cpp C |
f2071dda VZ |
59 | date.cpp C |
60 | datstrm.cpp C | |
61 | db.cpp C | |
62 | dbtable.cpp C | |
63 | dcbase.cpp C | |
64 | dlgcmn.cpp C | |
65 | docmdi.cpp C | |
66 | docview.cpp C | |
67 | dynarray.cpp C | |
68 | dynlib.cpp C | |
69 | event.cpp C | |
70 | extended.c C | |
71 | ffile.cpp C | |
72 | file.cpp C | |
73 | fileconf.cpp C | |
74 | filefn.cpp C | |
75 | filesys.cpp C | |
76 | framecmn.cpp C | |
77 | fs_inet.cpp C | |
78 | fs_zip.cpp C | |
79 | ftp.cpp C S | |
80 | gdicmn.cpp C | |
81 | hash.cpp C | |
82 | helpbase.cpp C | |
83 | http.cpp C S | |
84 | imagbmp.cpp C | |
85 | image.cpp C | |
86 | imaggif.cpp C | |
87 | imagjpeg.cpp C | |
88 | imagpng.cpp C | |
89 | intl.cpp C | |
90 | ipcbase.cpp C | |
91 | layout.cpp C | |
92 | list.cpp C | |
93 | log.cpp C | |
94 | memory.cpp C | |
95 | mimetype.cpp C 32 | |
96 | module.cpp C | |
97 | mstream.cpp C | |
98 | object.cpp C | |
99 | objstrm.cpp C | |
100 | odbc.cpp C | |
101 | paper.cpp C | |
102 | prntbase.cpp C | |
103 | process.cpp C 32 | |
104 | protocol.cpp C S | |
105 | resource.cpp C | |
106 | sckaddr.cpp C S | |
107 | sckfile.cpp C S | |
f2071dda VZ |
108 | sckipc.cpp C S |
109 | sckstrm.cpp C S | |
110 | socket.cpp C S | |
111 | stream.cpp C | |
112 | string.cpp C | |
113 | tbarbase.cpp C | |
114 | tbarsmpl.cpp C 16 | |
115 | textcmn.cpp C | |
116 | textfile.cpp C | |
117 | time.cpp C | |
118 | timercmn.cpp C | |
119 | tokenzr.cpp C | |
120 | txtstrm.cpp C | |
121 | unzip.c C | |
122 | url.cpp C S | |
123 | utilscmn.cpp C | |
124 | valgen.cpp C | |
125 | validate.cpp C | |
126 | valtext.cpp C | |
127 | variant.cpp C | |
128 | wfstream.cpp C | |
129 | wincmn.cpp C | |
130 | wxchar.cpp C | |
131 | wxexpr.cpp C | |
132 | zipstream.cpp C | |
133 | zstream.cpp C | |
134 | ||
135 | accel.cpp M | |
136 | app.cpp M | |
137 | automtn.cpp M O | |
138 | bitmap.cpp M | |
139 | bmpbuttn.cpp M | |
140 | brush.cpp M | |
141 | button.cpp M | |
142 | caret.cpp M | |
143 | checkbox.cpp M | |
144 | checklst.cpp M | |
145 | choice.cpp M | |
146 | clipbrd.cpp M | |
147 | colordlg.cpp M | |
148 | colour.cpp M | |
149 | combobox.cpp M | |
150 | control.cpp M | |
151 | curico.cpp M | |
152 | cursor.cpp M | |
153 | data.cpp M | |
154 | dataobj.cpp M O | |
155 | dc.cpp M | |
156 | dcclient.cpp M | |
157 | dcmemory.cpp M | |
158 | dcprint.cpp M | |
159 | dcscreen.cpp M | |
160 | dde.cpp M | |
161 | dialog.cpp M | |
162 | dib.cpp M | |
163 | dibutils.cpp M | |
164 | dirdlg.cpp M 32 | |
165 | dragimag.cpp M | |
166 | dropsrc.cpp M O | |
167 | droptgt.cpp M O | |
168 | filedlg.cpp M | |
169 | font.cpp M | |
170 | fontdlg.cpp M | |
171 | frame.cpp M | |
172 | gauge95.cpp M 32 | |
173 | gaugemsw.cpp M 16 | |
174 | gdiobj.cpp M | |
175 | helpwin.cpp M | |
176 | icon.cpp M | |
177 | imaglist.cpp M 32 | |
a1665b22 | 178 | iniconf.cpp M 16 |
f2071dda VZ |
179 | joystick.cpp M |
180 | listbox.cpp M | |
181 | listctrl.cpp M 32 | |
182 | main.cpp M | |
183 | mdi.cpp M | |
184 | menu.cpp M | |
185 | menuitem.cpp M | |
186 | metafile.cpp M | |
187 | minifram.cpp M | |
188 | msgdlg.cpp M | |
189 | nativdlg.cpp M | |
9b73db3c | 190 | notebook.cpp M 32 |
f2071dda VZ |
191 | oleutils.cpp M O |
192 | ownerdrw.cpp M | |
193 | palette.cpp M | |
194 | pen.cpp M | |
195 | penwin.cpp M | |
196 | pnghand.cpp M | |
197 | printdlg.cpp M | |
198 | printwin.cpp M | |
199 | radiobox.cpp M | |
200 | radiobut.cpp M | |
201 | regconf.cpp M 32 | |
202 | region.cpp M | |
203 | registry.cpp M 32 | |
204 | scrolbar.cpp M | |
205 | settings.cpp M | |
206 | slider95.cpp M 32 | |
207 | slidrmsw.cpp M 16 | |
208 | spinbutt.cpp M | |
209 | statbmp.cpp M | |
210 | statbox.cpp M | |
211 | statbr95.cpp M 32 | |
212 | statline.cpp M | |
213 | stattext.cpp M | |
214 | tabctrl.cpp M | |
215 | taskbar.cpp M 32 | |
216 | tbar95.cpp M 32 | |
217 | tbarmsw.cpp M 16 | |
218 | textctrl.cpp M | |
219 | thread.cpp M 32 | |
220 | timer.cpp M | |
221 | tooltip.cpp M 32 | |
222 | treectrl.cpp M 32 | |
223 | utils.cpp M | |
224 | utilsexc.cpp M | |
225 | uuid.cpp M O | |
226 | wave.cpp M | |
227 | window.cpp M | |
228 | xpmhand.cpp M | |
229 | ||
6a008b33 | 230 | # vi: set noet ts=16 nolist: |