]>
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 | |
50 | textdlgg.cpp G | |
51 | tipdlg.cpp G | |
52 | treectrl.cpp G 16 | |
53 | ||
54 | cmndata.cpp C | |
55 | config.cpp C | |
56 | date.cpp C | |
57 | datstrm.cpp C | |
58 | db.cpp C | |
59 | dbtable.cpp C | |
60 | dcbase.cpp C | |
61 | dlgcmn.cpp C | |
62 | docmdi.cpp C | |
63 | docview.cpp C | |
64 | dynarray.cpp C | |
65 | dynlib.cpp C | |
66 | event.cpp C | |
67 | extended.c C | |
68 | ffile.cpp C | |
69 | file.cpp C | |
70 | fileconf.cpp C | |
71 | filefn.cpp C | |
72 | filesys.cpp C | |
73 | framecmn.cpp C | |
74 | fs_inet.cpp C | |
75 | fs_zip.cpp C | |
76 | ftp.cpp C S | |
77 | gdicmn.cpp C | |
78 | hash.cpp C | |
79 | helpbase.cpp C | |
80 | http.cpp C S | |
81 | imagbmp.cpp C | |
82 | image.cpp C | |
83 | imaggif.cpp C | |
84 | imagjpeg.cpp C | |
85 | imagpng.cpp C | |
86 | intl.cpp C | |
87 | ipcbase.cpp C | |
88 | layout.cpp C | |
89 | list.cpp C | |
90 | log.cpp C | |
91 | memory.cpp C | |
92 | mimetype.cpp C 32 | |
93 | module.cpp C | |
94 | mstream.cpp C | |
95 | object.cpp C | |
96 | objstrm.cpp C | |
97 | odbc.cpp C | |
98 | paper.cpp C | |
99 | prntbase.cpp C | |
100 | process.cpp C 32 | |
101 | protocol.cpp C S | |
102 | resource.cpp C | |
103 | sckaddr.cpp C S | |
104 | sckfile.cpp C S | |
105 | sckint.cpp C S | |
106 | sckipc.cpp C S | |
107 | sckstrm.cpp C S | |
108 | socket.cpp C S | |
109 | stream.cpp C | |
110 | string.cpp C | |
111 | tbarbase.cpp C | |
112 | tbarsmpl.cpp C 16 | |
113 | textcmn.cpp C | |
114 | textfile.cpp C | |
115 | time.cpp C | |
116 | timercmn.cpp C | |
117 | tokenzr.cpp C | |
118 | txtstrm.cpp C | |
119 | unzip.c C | |
120 | url.cpp C S | |
121 | utilscmn.cpp C | |
122 | valgen.cpp C | |
123 | validate.cpp C | |
124 | valtext.cpp C | |
125 | variant.cpp C | |
126 | wfstream.cpp C | |
127 | wincmn.cpp C | |
128 | wxchar.cpp C | |
129 | wxexpr.cpp C | |
130 | zipstream.cpp C | |
131 | zstream.cpp C | |
132 | ||
133 | accel.cpp M | |
134 | app.cpp M | |
135 | automtn.cpp M O | |
136 | bitmap.cpp M | |
137 | bmpbuttn.cpp M | |
138 | brush.cpp M | |
139 | button.cpp M | |
140 | caret.cpp M | |
141 | checkbox.cpp M | |
142 | checklst.cpp M | |
143 | choice.cpp M | |
144 | clipbrd.cpp M | |
145 | colordlg.cpp M | |
146 | colour.cpp M | |
147 | combobox.cpp M | |
148 | control.cpp M | |
149 | curico.cpp M | |
150 | cursor.cpp M | |
151 | data.cpp M | |
152 | dataobj.cpp M O | |
153 | dc.cpp M | |
154 | dcclient.cpp M | |
155 | dcmemory.cpp M | |
156 | dcprint.cpp M | |
157 | dcscreen.cpp M | |
158 | dde.cpp M | |
159 | dialog.cpp M | |
160 | dib.cpp M | |
161 | dibutils.cpp M | |
162 | dirdlg.cpp M 32 | |
163 | dragimag.cpp M | |
164 | dropsrc.cpp M O | |
165 | droptgt.cpp M O | |
166 | filedlg.cpp M | |
167 | font.cpp M | |
168 | fontdlg.cpp M | |
169 | frame.cpp M | |
170 | gauge95.cpp M 32 | |
171 | gaugemsw.cpp M 16 | |
172 | gdiobj.cpp M | |
173 | helpwin.cpp M | |
174 | icon.cpp M | |
175 | imaglist.cpp M 32 | |
176 | iniconf.cpp M | |
177 | joystick.cpp M | |
178 | listbox.cpp M | |
179 | listctrl.cpp M 32 | |
180 | main.cpp M | |
181 | mdi.cpp M | |
182 | menu.cpp M | |
183 | menuitem.cpp M | |
184 | metafile.cpp M | |
185 | minifram.cpp M | |
186 | msgdlg.cpp M | |
187 | nativdlg.cpp M | |
188 | notebook.cpp M | |
189 | oleutils.cpp M O | |
190 | ownerdrw.cpp M | |
191 | palette.cpp M | |
192 | pen.cpp M | |
193 | penwin.cpp M | |
194 | pnghand.cpp M | |
195 | printdlg.cpp M | |
196 | printwin.cpp M | |
197 | radiobox.cpp M | |
198 | radiobut.cpp M | |
199 | regconf.cpp M 32 | |
200 | region.cpp M | |
201 | registry.cpp M 32 | |
202 | scrolbar.cpp M | |
203 | settings.cpp M | |
204 | slider95.cpp M 32 | |
205 | slidrmsw.cpp M 16 | |
206 | spinbutt.cpp M | |
207 | statbmp.cpp M | |
208 | statbox.cpp M | |
209 | statbr95.cpp M 32 | |
210 | statline.cpp M | |
211 | stattext.cpp M | |
212 | tabctrl.cpp M | |
213 | taskbar.cpp M 32 | |
214 | tbar95.cpp M 32 | |
215 | tbarmsw.cpp M 16 | |
216 | textctrl.cpp M | |
217 | thread.cpp M 32 | |
218 | timer.cpp M | |
219 | tooltip.cpp M 32 | |
220 | treectrl.cpp M 32 | |
221 | utils.cpp M | |
222 | utilsexc.cpp M | |
223 | uuid.cpp M O | |
224 | wave.cpp M | |
225 | window.cpp M | |
226 | xpmhand.cpp M | |
227 | ||
6a008b33 | 228 | # vi: set noet ts=16 nolist: |