]> git.saurik.com Git - wxWidgets.git/blame - distrib/msw/tmake/filelist.txt
fix for C files
[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
31528cd3 50numdlgg.cpp G
f2071dda
VZ
51textdlgg.cpp G
52tipdlg.cpp G
53treectrl.cpp G 16
54
55cmndata.cpp C
56config.cpp C
57date.cpp C
58datstrm.cpp C
59db.cpp C
60dbtable.cpp C
61dcbase.cpp C
62dlgcmn.cpp C
63docmdi.cpp C
64docview.cpp C
65dynarray.cpp C
66dynlib.cpp C
67event.cpp C
68extended.c C
69ffile.cpp C
70file.cpp C
71fileconf.cpp C
72filefn.cpp C
73filesys.cpp C
74framecmn.cpp C
75fs_inet.cpp C
76fs_zip.cpp C
77ftp.cpp C S
78gdicmn.cpp C
79hash.cpp C
80helpbase.cpp C
81http.cpp C S
82imagbmp.cpp C
83image.cpp C
84imaggif.cpp C
85imagjpeg.cpp C
86imagpng.cpp C
87intl.cpp C
88ipcbase.cpp C
89layout.cpp C
90list.cpp C
91log.cpp C
92memory.cpp C
93mimetype.cpp C 32
94module.cpp C
95mstream.cpp C
96object.cpp C
97objstrm.cpp C
98odbc.cpp C
99paper.cpp C
100prntbase.cpp C
101process.cpp C 32
102protocol.cpp C S
103resource.cpp C
104sckaddr.cpp C S
105sckfile.cpp C S
f2071dda
VZ
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
a1665b22 176iniconf.cpp M 16
f2071dda
VZ
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
9b73db3c 188notebook.cpp M 32
f2071dda
VZ
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: