]> git.saurik.com Git - wxWidgets.git/blame - distrib/msw/tmake/filelist.txt
A fix for wxTaskBarIcon (temporary wxFrame interfering with app shutdown);
[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
a3015c54
RR
9# filename, the second a letter corresonding a directory:
10# G /src/generic
11# C /src/common
12# M /src/msw
13# U /src/unix
14# R /src/gtk
15# H /src/html
23a54e14 16# I /include/wx, /include/wx/gtk, /include/wx/msw, etc.
a3015c54
RR
17#
18# The third column may be empty or contain some additional info about this
19# file (only compile it in 16bit mode, don't compile it with this or that
20# compiler, &c)
f2071dda
VZ
21#
22# Known flags:
23# 16 a generic file implementing Win32 control for Win16
24# 32 only can be compiled under Win32
25# PS PostScript related file, normally not compiled under Windows
26# G generic code which might be used instead of native one
27# U Unix-ish file, normally not compiled under Windows
28# O OLE file (needs Win32 and a decent compiler)
29# S Socket file (currently doesn't compile under Win16 nor with GNU)
a3015c54 30# R Not required for the GTK port
23a54e14
RR
31# WX Base header
32# GTK GTK header
33# MSW MSW header
34# MAC Mac header
35# MOT Motif header
36# PM OS/2 header
37# GEN Generic header
38# PRO Protocol header
39# HTM wxHtml header
40# UNX Unix header
f2071dda
VZ
41###############################################################################
42
43# File name Type Flags
44
45busyinfo.cpp G
a3015c54
RR
46caret.cpp G U
47choicdgg.cpp G R
f2071dda
VZ
48colrdlgg.cpp G G
49dirdlgg.cpp G 16
50extdlgg.cpp G
51fontdlgg.cpp G G
52gridg.cpp G
a3015c54 53helpxlp.cpp G G,R
f2071dda
VZ
54imaglist.cpp G 16
55laywin.cpp G
56listctrl.cpp G 16
a3015c54
RR
57msgdlgg.cpp G G,R
58notebook.cpp G 16,R
f2071dda
VZ
59panelg.cpp G
60printps.cpp G PS
61prntdlgg.cpp G PS,U
62progdlgg.cpp G
63prop.cpp G
64propform.cpp G
65proplist.cpp G
66sashwin.cpp G
67scrolwin.cpp G
68splitter.cpp G
69statusbr.cpp G
a3015c54 70tabg.cpp G R
31528cd3 71numdlgg.cpp G
a3015c54 72textdlgg.cpp G R
f2071dda
VZ
73tipdlg.cpp G
74treectrl.cpp G 16
75
a3015c54 76choiccmn.cpp C R
f2071dda
VZ
77cmndata.cpp C
78config.cpp C
a3015c54 79ctrlcmn.cpp C R
f2071dda
VZ
80date.cpp C
81datstrm.cpp C
82db.cpp C
83dbtable.cpp C
84dcbase.cpp C
85dlgcmn.cpp C
86docmdi.cpp C
87docview.cpp C
88dynarray.cpp C
89dynlib.cpp C
90event.cpp C
91extended.c C
92ffile.cpp C
93file.cpp C
94fileconf.cpp C
95filefn.cpp C
96filesys.cpp C
97framecmn.cpp C
98fs_inet.cpp C
99fs_zip.cpp C
100ftp.cpp C S
101gdicmn.cpp C
102hash.cpp C
103helpbase.cpp C
104http.cpp C S
105imagbmp.cpp C
106image.cpp C
107imaggif.cpp C
108imagjpeg.cpp C
109imagpng.cpp C
110intl.cpp C
111ipcbase.cpp C
112layout.cpp C
113list.cpp C
114log.cpp C
115memory.cpp C
116mimetype.cpp C 32
117module.cpp C
118mstream.cpp C
119object.cpp C
120objstrm.cpp C
a3015c54 121odbc.cpp C R
f2071dda
VZ
122paper.cpp C
123prntbase.cpp C
124process.cpp C 32
125protocol.cpp C S
126resource.cpp C
127sckaddr.cpp C S
128sckfile.cpp C S
f2071dda
VZ
129sckipc.cpp C S
130sckstrm.cpp C S
131socket.cpp C S
132stream.cpp C
6001e347 133strconv.cpp C
f2071dda
VZ
134string.cpp C
135tbarbase.cpp C
136tbarsmpl.cpp C 16
137textcmn.cpp C
138textfile.cpp C
139time.cpp C
140timercmn.cpp C
141tokenzr.cpp C
142txtstrm.cpp C
143unzip.c C
144url.cpp C S
145utilscmn.cpp C
146valgen.cpp C
147validate.cpp C
148valtext.cpp C
149variant.cpp C
150wfstream.cpp C
151wincmn.cpp C
152wxchar.cpp C
153wxexpr.cpp C
6001e347 154zipstrm.cpp C
f2071dda
VZ
155zstream.cpp C
156
157accel.cpp M
158app.cpp M
159automtn.cpp M O
160bitmap.cpp M
161bmpbuttn.cpp M
162brush.cpp M
163button.cpp M
164caret.cpp M
165checkbox.cpp M
166checklst.cpp M
167choice.cpp M
168clipbrd.cpp M
169colordlg.cpp M
170colour.cpp M
171combobox.cpp M
172control.cpp M
173curico.cpp M
174cursor.cpp M
175data.cpp M
176dataobj.cpp M O
177dc.cpp M
178dcclient.cpp M
179dcmemory.cpp M
180dcprint.cpp M
181dcscreen.cpp M
182dde.cpp M
183dialog.cpp M
184dib.cpp M
185dibutils.cpp M
186dirdlg.cpp M 32
187dragimag.cpp M
188dropsrc.cpp M O
189droptgt.cpp M O
190filedlg.cpp M
191font.cpp M
192fontdlg.cpp M
193frame.cpp M
194gauge95.cpp M 32
195gaugemsw.cpp M 16
196gdiobj.cpp M
197helpwin.cpp M
198icon.cpp M
199imaglist.cpp M 32
a1665b22 200iniconf.cpp M 16
f2071dda
VZ
201joystick.cpp M
202listbox.cpp M
203listctrl.cpp M 32
204main.cpp M
205mdi.cpp M
206menu.cpp M
207menuitem.cpp M
208metafile.cpp M
209minifram.cpp M
210msgdlg.cpp M
211nativdlg.cpp M
9b73db3c 212notebook.cpp M 32
f2071dda
VZ
213oleutils.cpp M O
214ownerdrw.cpp M
215palette.cpp M
216pen.cpp M
217penwin.cpp M
218pnghand.cpp M
219printdlg.cpp M
220printwin.cpp M
221radiobox.cpp M
222radiobut.cpp M
223regconf.cpp M 32
224region.cpp M
225registry.cpp M 32
226scrolbar.cpp M
227settings.cpp M
228slider95.cpp M 32
229slidrmsw.cpp M 16
230spinbutt.cpp M
231statbmp.cpp M
232statbox.cpp M
233statbr95.cpp M 32
234statline.cpp M
235stattext.cpp M
236tabctrl.cpp M
237taskbar.cpp M 32
238tbar95.cpp M 32
239tbarmsw.cpp M 16
240textctrl.cpp M
241thread.cpp M 32
242timer.cpp M
243tooltip.cpp M 32
244treectrl.cpp M 32
245utils.cpp M
246utilsexc.cpp M
247uuid.cpp M O
248wave.cpp M
249window.cpp M
250xpmhand.cpp M
251
a3015c54
RR
252threadpsx.cpp U
253utilsunx.cpp U
254gsocket.c U
255
256gsockgtk.c R
257win_gtk.c R
258accel.cpp R
259app.cpp R
260bitmap.cpp R
261bmpbuttn.cpp R
262brush.cpp R
263button.cpp R
264checkbox.cpp R
265checklst.cpp R
266choice.cpp R
267choicdlg.cpp R
268clipbrd.cpp R
269colour.cpp R
270combobox.cpp R
271control.cpp R
272cursor.cpp R
273data.cpp R
274dataobj.cpp R
275dc.cpp R
276dcclient.cpp R
277dcmemory.cpp R
278dcscreen.cpp R
279dialog.cpp R
280dnd.cpp R
281filedlg.cpp R
282font.cpp R
283frame.cpp R
284gauge.cpp R
285gdiobj.cpp R
286icon.cpp R
287listbox.cpp R
288main.cpp R
289mdi.cpp R
290menu.cpp R
291minifram.cpp R
292msgdlg.cpp R
293notebook.cpp R
294palette.cpp R
295pen.cpp R
296radiobox.cpp R
297radiobut.cpp R
298region.cpp R
299scrolbar.cpp R
300settings.cpp R
301slider.cpp R
302spinbutt.cpp R
303statbmp.cpp R
304statbox.cpp R
305statline.cpp R
306stattext.cpp R
307tbargtk.cpp R
308textctrl.cpp R
309textdlg.cpp R
310timer.cpp R
311tooltip.cpp R
312utilsgtk.cpp R
313utilsres.cpp R
314wave.cpp R
315window.cpp R
316
317htmlcell.cpp H
318htmlfilter.cpp H
319htmlhelp.cpp H
320htmlhelp_io.cpp H
321htmlparser.cpp H
322htmltag.cpp H
323htmlwin.cpp H
324htmlwinparser.cpp H
325mod_fonts.cpp H
326mod_hline.cpp H
327mod_image.cpp H
328mod_layout.cpp H
8a4df159 329mod_links.cpp H
a3015c54
RR
330mod_list.cpp H
331mod_pre.cpp H
332mod_tables.cpp H
333search.cpp H
334
23a54e14
RR
335arrimpl.cpp I WX
336listimpl.cpp I WX
337accel.h I WX
338app.h I WX
339bitmap.h I WX
340bmpbuttn.h I WX
341brush.h I WX
342buffer.h I WX
343busyinfo.h I WX
344button.h I WX
345caret.h I WX
346checkbox.h I WX
347checklst.h I WX
348choicdlg.h I WX
349choice.h I WX
350clipbrd.h I WX
351cmndata.h I WX
352colordlg.h I WX
353colour.h I WX
354combobox.h I WX
355confbase.h I WX
356config.h I WX
357control.h I WX
358cursor.h I WX
359dataobj.h I WX
360date.h I WX
361datstrm.h I WX
362db.h I WX
363dbtable.h I WX
364dc.h I WX
365dcclient.h I WX
366dcmemory.h I WX
367dcprint.h I WX
368dcps.h I WX
369dcscreen.h I WX
370dde.h I WX
371debug.h I WX
372defs.h I WX
373dialog.h I WX
374dirdlg.h I WX
375dnd.h I WX
376docmdi.h I WX
377docview.h I WX
378dragimag.h I WX
379dynarray.h I WX
380dynlib.h I WX
381event.h I WX
382expr.h I WX
383extdlg.h I WX
384ffile.h I WX
385file.h I WX
386fileconf.h I WX
387filedlg.h I WX
388filefn.h I WX
389filesys.h I WX
390font.h I WX
391fontdlg.h I WX
392frame.h I WX
393fs_inet.h I WX
394fs_zip.h I WX
395gauge.h I WX
396gdicmn.h I WX
397gdiobj.h I WX
398grid.h I WX
399hash.h I WX
400help.h I WX
401helpbase.h I WX
402helphtml.h I WX
403helpwin.h I WX
404helpxlp.h I WX
405icon.h I WX
406image.h I WX
407imaglist.h I WX
408intl.h I WX
409ioswrap.h I WX
410ipcbase.h I WX
411joystick.h I WX
412layout.h I WX
413laywin.h I WX
414list.h I WX
415listbox.h I WX
416listctrl.h I WX
417log.h I WX
418longlong.h I WX
419matrix.h I WX
420mdi.h I WX
421memory.h I WX
422menu.h I WX
423menuitem.h I WX
424metafile.h I WX
425mimetype.h I WX
426minifram.h I WX
427module.h I WX
428msgdlg.h I WX
429mstream.h I WX
430notebook.h I WX
431object.h I WX
432objstrm.h I WX
433odbc.h I WX
434ownerdrw.h I WX
435palette.h I WX
436panel.h I WX
437paper.h I WX
438pen.h I WX
439pnghand.h I WX
440print.h I WX
441printdlg.h I WX
442prntbase.h I WX
443process.h I WX
444progdlg.h I WX
445prop.h I WX
446propform.h I WX
447proplist.h I WX
448radiobox.h I WX
449radiobut.h I WX
450region.h I WX
451resource.h I WX
452sashwin.h I WX
453sckaddr.h I WX
454sckipc.h I WX
455sckstrm.h I WX
456scrolbar.h I WX
457scrolwin.h I WX
458serbase.h I WX
459settings.h I WX
460setup.h I WX
461slider.h I WX
462socket.h I WX
463spinbutt.h I WX
464splitter.h I WX
465statbmp.h I WX
466statbox.h I WX
467statline.h I WX
468stattext.h I WX
469statusbr.h I WX
6001e347 470strconv.h I WX
23a54e14
RR
471stream.h I WX
472string.h I WX
473tab.h I WX
474tabctrl.h I WX
475taskbar.h I WX
476tbar95.h I WX
477tbarbase.h I WX
478tbarmsw.h I WX
479tbarsmpl.h I WX
480textctrl.h I WX
481textdlg.h I WX
482textfile.h I WX
483txtstrm.h I WX
484thread.h I WX
485time.h I WX
486timer.h I WX
487tipdlg.h I WX
488tokenzr.h I WX
489toolbar.h I WX
490tooltip.h I WX
491treectrl.h I WX
492types.h I WX
493url.h I WX
494utils.h I WX
495valgen.h I WX
496validate.h I WX
497valtext.h I WX
498variant.h I WX
499version.h I WX
500wave.h I WX
501wfstream.h I WX
502window.h I WX
503wx.h I WX
504wx_cw.h I WX
505wx_cw_cm.h I WX
506wx_cw_d.h I WX
507wxchar.h I WX
508wxexpr.h I WX
509wxhtml.h I WX
510wxprec.h I WX
511xpmhand.h I WX
6001e347 512zipstrm.h I WX
23a54e14
RR
513zstream.h I WX
514
515accel.h I GTK
516app.h I GTK
517bitmap.h I GTK
518bmpbuttn.h I GTK
519brush.h I GTK
520button.h I GTK
521checkbox.h I GTK
522checklst.h I GTK
523choice.h I GTK
524choicdlg.h I GTK
525clipbrd.h I GTK
526colour.h I GTK
527combobox.h I GTK
528control.h I GTK
529cursor.h I GTK
530dataobj.h I GTK
531dc.h I GTK
532dcclient.h I GTK
533dcmemory.h I GTK
534dcscreen.h I GTK
535dialog.h I GTK
536dnd.h I GTK
537filedlg.h I GTK
538font.h I GTK
539frame.h I GTK
540gauge.h I GTK
541gdiobj.h I GTK
542icon.h I GTK
543joystick.h I GTK
544listbox.h I GTK
545mdi.h I GTK
546menu.h I GTK
547menuitem.h I GTK
548msgdlg.h I GTK
549minifram.h I GTK
550notebook.h I GTK
551palette.h I GTK
552pen.h I GTK
553radiobox.h I GTK
554radiobut.h I GTK
555region.h I GTK
556scrolbar.h I GTK
557settings.h I GTK
558slider.h I GTK
559spinbutt.h I GTK
560statbmp.h I GTK
561statbox.h I GTK
562statline.h I GTK
563stattext.h I GTK
564tbargtk.h I GTK
565textctrl.h I GTK
566textdlg.h I GTK
567timer.h I GTK
568tooltip.h I GTK
569treectrl.h I GTK
570wave.h I GTK
571win_gtk.h I GTK
572window.h I GTK
573
6a008b33 574# vi: set noet ts=16 nolist: