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