]> git.saurik.com Git - wxWidgets.git/blame - distrib/msw/tmake/filelist.txt
change wxImage::InitAllHandlers to wxInitAllImageHandlers and put it in a separate...
[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 9# filename, the second a letter corresonding a directory:
b87654f3 10# G /src/generic
a3015c54
RR
11# C /src/common
12# M /src/msw
073478b3 13# X /src/motif X for Xt
a3015c54 14# U /src/unix
073478b3 15# R /src/gtk R for Robert
a3015c54 16# H /src/html
2aa88730
RR
17# W /include/wx
18# K /include/wx/gtk K for gtK
b87654f3
VZ
19# F /include/wx/motif F for motiF
20# B /include/wx/msw B for Bill Gates
21# N /include/wx/generic N for geNeric
22# L /include/wx/html L for htmL
23# P /include/wx/protocol
24# S /include/wx/unix S for poSix
a3015c54 25#
b87654f3
VZ
26# The third column may be empty or contain some additional info about this
27# file (only compile it in 16bit mode, don't compile it with this or that
a3015c54 28# compiler, &c)
f2071dda
VZ
29#
30# Known flags:
31# 16 a generic file implementing Win32 control for Win16
32# 32 only can be compiled under Win32
33# PS PostScript related file, normally not compiled under Windows
34# G generic code which might be used instead of native one
35# U Unix-ish file, normally not compiled under Windows
36# O OLE file (needs Win32 and a decent compiler)
37# S Socket file (currently doesn't compile under Win16 nor with GNU)
a3015c54 38# R Not required for the GTK port
8e877c19 39# X Not required for the Motif port
23a54e14
RR
40# WX Base header
41# GTK GTK header
42# MSW MSW header
43# MAC Mac header
44# MOT Motif header
45# PM OS/2 header
46# GEN Generic header
47# PRO Protocol header
48# HTM wxHtml header
49# UNX Unix header
f2071dda
VZ
50###############################################################################
51
52# File name Type Flags
53
54busyinfo.cpp G
a3015c54 55caret.cpp G U
92afa2b1 56choicdgg.cpp G
f2071dda 57colrdlgg.cpp G G
48b1d0ff 58dcpsg.cpp G U
f2071dda 59dirdlgg.cpp G 16
8636aed8 60fontdlgg.cpp G G,R
4130b487 61filedlgg.cpp G U,X
f2071dda 62gridg.cpp G
b1683d38
RR
63helphtml.cpp G G
64helpwxht.cpp G G
a3015c54 65helpxlp.cpp G G,R
f2071dda
VZ
66imaglist.cpp G 16
67laywin.cpp G
68listctrl.cpp G 16
dd85fc6b 69logg.cpp G
92afa2b1 70msgdlgg.cpp G G
a3015c54 71notebook.cpp G 16,R
f2071dda
VZ
72panelg.cpp G
73printps.cpp G PS
74prntdlgg.cpp G PS,U
75progdlgg.cpp G
76prop.cpp G
77propform.cpp G
78proplist.cpp G
79sashwin.cpp G
80scrolwin.cpp G
81splitter.cpp G
b387781c 82statline.cpp G U,R
f2071dda 83statusbr.cpp G
a3015c54 84tabg.cpp G R
31528cd3 85numdlgg.cpp G
92afa2b1 86textdlgg.cpp G
f2071dda
VZ
87tipdlg.cpp G
88treectrl.cpp G 16
b87654f3 89wizard.cpp G
f2071dda 90
a3015c54 91choiccmn.cpp C R
f2071dda
VZ
92cmndata.cpp C
93config.cpp C
a3015c54 94ctrlcmn.cpp C R
f2071dda
VZ
95date.cpp C
96datstrm.cpp C
97db.cpp C
98dbtable.cpp C
99dcbase.cpp C
100dlgcmn.cpp C
101docmdi.cpp C
102docview.cpp C
103dynarray.cpp C
104dynlib.cpp C
105event.cpp C
106extended.c C
107ffile.cpp C
108file.cpp C
109fileconf.cpp C
110filefn.cpp C
111filesys.cpp C
112framecmn.cpp C
113fs_inet.cpp C
114fs_zip.cpp C
115ftp.cpp C S
116gdicmn.cpp C
e8ac7bf2 117gifdecod.cpp C
f2071dda
VZ
118hash.cpp C
119helpbase.cpp C
120http.cpp C S
121imagbmp.cpp C
122image.cpp C
123imaggif.cpp C
1044a386
JS
124imagjpeg.cpp C 32
125imagpcx.cpp C 32
126imagpng.cpp C 32
127imagpnm.cpp C 32
f2071dda
VZ
128intl.cpp C
129ipcbase.cpp C
130layout.cpp C
131list.cpp C
132log.cpp C
133memory.cpp C
134mimetype.cpp C 32
135module.cpp C
136mstream.cpp C
137object.cpp C
138objstrm.cpp C
a3015c54 139odbc.cpp C R
f2071dda
VZ
140paper.cpp C
141prntbase.cpp C
142process.cpp C 32
143protocol.cpp C S
144resource.cpp C
145sckaddr.cpp C S
146sckfile.cpp C S
f2071dda
VZ
147sckipc.cpp C S
148sckstrm.cpp C S
ae8f5769 149serbase.cpp C
0ae2df30 150sizer.cpp C
f2071dda
VZ
151socket.cpp C S
152stream.cpp C
6001e347 153strconv.cpp C
f2071dda
VZ
154string.cpp C
155tbarbase.cpp C
fcd4694c 156tbarsmpl.cpp C
f2071dda
VZ
157textcmn.cpp C
158textfile.cpp C
159time.cpp C
160timercmn.cpp C
161tokenzr.cpp C
162txtstrm.cpp C
163unzip.c C
164url.cpp C S
165utilscmn.cpp C
166valgen.cpp C
167validate.cpp C
168valtext.cpp C
169variant.cpp C
170wfstream.cpp C
171wincmn.cpp C
172wxchar.cpp C
173wxexpr.cpp C
6001e347 174zipstrm.cpp C
f2071dda
VZ
175zstream.cpp C
176
177accel.cpp M
178app.cpp M
179automtn.cpp M O
180bitmap.cpp M
181bmpbuttn.cpp M
182brush.cpp M
183button.cpp M
184caret.cpp M
185checkbox.cpp M
186checklst.cpp M
187choice.cpp M
188clipbrd.cpp M
189colordlg.cpp M
190colour.cpp M
191combobox.cpp M
192control.cpp M
193curico.cpp M
194cursor.cpp M
195data.cpp M
196dataobj.cpp M O
197dc.cpp M
198dcclient.cpp M
199dcmemory.cpp M
200dcprint.cpp M
201dcscreen.cpp M
202dde.cpp M
203dialog.cpp M
204dib.cpp M
205dibutils.cpp M
206dirdlg.cpp M 32
207dragimag.cpp M
208dropsrc.cpp M O
209droptgt.cpp M O
210filedlg.cpp M
211font.cpp M
212fontdlg.cpp M
213frame.cpp M
214gauge95.cpp M 32
215gaugemsw.cpp M 16
216gdiobj.cpp M
217helpwin.cpp M
218icon.cpp M
219imaglist.cpp M 32
a1665b22 220iniconf.cpp M 16
f2071dda
VZ
221joystick.cpp M
222listbox.cpp M
223listctrl.cpp M 32
224main.cpp M
225mdi.cpp M
226menu.cpp M
227menuitem.cpp M
228metafile.cpp M
229minifram.cpp M
230msgdlg.cpp M
231nativdlg.cpp M
9b73db3c 232notebook.cpp M 32
f2071dda
VZ
233oleutils.cpp M O
234ownerdrw.cpp M
235palette.cpp M
236pen.cpp M
237penwin.cpp M
1044a386 238pnghand.cpp M 32
f2071dda
VZ
239printdlg.cpp M
240printwin.cpp M
241radiobox.cpp M
242radiobut.cpp M
243regconf.cpp M 32
244region.cpp M
245registry.cpp M 32
246scrolbar.cpp M
247settings.cpp M
248slider95.cpp M 32
249slidrmsw.cpp M 16
250spinbutt.cpp M
251statbmp.cpp M
252statbox.cpp M
253statbr95.cpp M 32
254statline.cpp M
255stattext.cpp M
256tabctrl.cpp M
257taskbar.cpp M 32
258tbar95.cpp M 32
259tbarmsw.cpp M 16
260textctrl.cpp M
261thread.cpp M 32
262timer.cpp M
263tooltip.cpp M 32
264treectrl.cpp M 32
265utils.cpp M
266utilsexc.cpp M
267uuid.cpp M O
268wave.cpp M
269window.cpp M
270xpmhand.cpp M
a9775f1f 271gsocket.c M S
f2071dda 272
a3015c54
RR
273threadpsx.cpp U
274utilsunx.cpp U
275gsocket.c U
276
277gsockgtk.c R
278win_gtk.c R
279accel.cpp R
280app.cpp R
281bitmap.cpp R
282bmpbuttn.cpp R
283brush.cpp R
284button.cpp R
285checkbox.cpp R
286checklst.cpp R
287choice.cpp R
a3015c54
RR
288clipbrd.cpp R
289colour.cpp R
290combobox.cpp R
291control.cpp R
292cursor.cpp R
293data.cpp R
294dataobj.cpp R
295dc.cpp R
296dcclient.cpp R
8e877c19 297dcmemory.cpp R
a3015c54
RR
298dcscreen.cpp R
299dialog.cpp R
300dnd.cpp R
a3015c54 301font.cpp R
8636aed8 302fontdlg.cpp R
a3015c54
RR
303frame.cpp R
304gauge.cpp R
305gdiobj.cpp R
526ddb13 306gsockgtk.c R
a3015c54
RR
307icon.cpp R
308listbox.cpp R
309main.cpp R
310mdi.cpp R
311menu.cpp R
312minifram.cpp R
a3015c54
RR
313notebook.cpp R
314palette.cpp R
315pen.cpp R
316radiobox.cpp R
317radiobut.cpp R
318region.cpp R
319scrolbar.cpp R
320settings.cpp R
321slider.cpp R
322spinbutt.cpp R
323statbmp.cpp R
324statbox.cpp R
325statline.cpp R
326stattext.cpp R
327tbargtk.cpp R
328textctrl.cpp R
a3015c54
RR
329timer.cpp R
330tooltip.cpp R
331utilsgtk.cpp R
332utilsres.cpp R
333wave.cpp R
334window.cpp R
335
073478b3
RR
336gsockmot.cpp X
337accel.cpp X
338app.cpp X
339bitmap.cpp X
340bmpbuttn.cpp X
341brush.cpp X
342button.cpp X
343checkbox.cpp X
b387781c 344checklst.cpp X
073478b3
RR
345choice.cpp X
346clipbrd.cpp X
347colour.cpp X
348combobox.cpp X
349control.cpp X
350cursor.cpp X
351data.cpp X
352dataobj.cpp X
353dc.cpp X
354dcclient.cpp X
8e877c19 355dcmemory.cpp X
073478b3
RR
356dcscreen.cpp X
357dialog.cpp X
358filedlg.cpp X
359font.cpp X
360frame.cpp X
361gauge.cpp X
362gdiobj.cpp X
363icon.cpp X
364listbox.cpp X
365main.cpp X
366mdi.cpp X
367menu.cpp X
368menuitem.cpp X
369minifram.cpp X
370msgdlg.cpp X
371palette.cpp X
372pen.cpp X
373radiobox.cpp X
374radiobut.cpp X
375region.cpp X
376scrolbar.cpp X
377settings.cpp X
378slider.cpp X
b387781c 379spinbutt.cpp X
073478b3
RR
380statbmp.cpp X
381statbox.cpp X
382stattext.cpp X
383toolbar.cpp X
384textctrl.cpp X
385timer.cpp X
073478b3
RR
386utils.cpp X
387window.cpp X
388
8ec2b484
HH
389helpdata.cpp H
390helpfrm.cpp H
391helpctrl.cpp H
a3015c54
RR
392htmlcell.cpp H
393htmlfilter.cpp H
a3015c54
RR
394htmlparser.cpp H
395htmltag.cpp H
396htmlwin.cpp H
397htmlwinparser.cpp H
398mod_fonts.cpp H
399mod_hline.cpp H
400mod_image.cpp H
401mod_layout.cpp H
8a4df159 402mod_links.cpp H
a3015c54
RR
403mod_list.cpp H
404mod_pre.cpp H
405mod_tables.cpp H
406search.cpp H
407
2aa88730
RR
408arrimpl.cpp W
409listimpl.cpp W
410accel.h W
411app.h W
412bitmap.h W
413bmpbuttn.h W
414brush.h W
415buffer.h W
416busyinfo.h W
417button.h W
418caret.h W
419checkbox.h W
420checklst.h W
421choicdlg.h W
422choice.h W
423clipbrd.h W
424cmndata.h W
425colordlg.h W
426colour.h W
427combobox.h W
428confbase.h W
429config.h W
430control.h W
431cursor.h W
432dataobj.h W
433date.h W
434datstrm.h W
435db.h W
436dbtable.h W
437dc.h W
438dcclient.h W
439dcmemory.h W
440dcprint.h W
441dcps.h W
442dcscreen.h W
443dde.h W
444debug.h W
445defs.h W
446dialog.h W
447dirdlg.h W
448dnd.h W
449docmdi.h W
450docview.h W
451dragimag.h W
452dynarray.h W
453dynlib.h W
454event.h W
455expr.h W
456ffile.h W
457file.h W
458fileconf.h W
459filedlg.h W
460filefn.h W
461filesys.h W
462font.h W
463fontdlg.h W
464frame.h W
465fs_inet.h W
466fs_zip.h W
467gauge.h W
468gdicmn.h W
469gdiobj.h W
e8ac7bf2 470gifdecod.h W
2aa88730 471grid.h W
526ddb13 472gsocket.h W
2aa88730
RR
473hash.h W
474help.h W
475helpbase.h W
476helphtml.h W
477helpwin.h W
478helpxlp.h W
479icon.h W
480image.h W
481imaglist.h W
482intl.h W
483ioswrap.h W
484ipcbase.h W
485joystick.h W
486layout.h W
487laywin.h W
488list.h W
489listbox.h W
490listctrl.h W
491log.h W
492longlong.h W
493matrix.h W
494mdi.h W
495memory.h W
496menu.h W
497menuitem.h W
498metafile.h W
499mimetype.h W
500minifram.h W
501module.h W
502msgdlg.h W
503mstream.h W
504notebook.h W
505object.h W
506objstrm.h W
507odbc.h W
508ownerdrw.h W
509palette.h W
510panel.h W
511paper.h W
512pen.h W
513pnghand.h W
514print.h W
515printdlg.h W
516prntbase.h W
517process.h W
518progdlg.h W
519prop.h W
520propform.h W
521proplist.h W
522radiobox.h W
523radiobut.h W
524region.h W
525resource.h W
526sashwin.h W
527sckaddr.h W
528sckipc.h W
529sckstrm.h W
530scrolbar.h W
531scrolwin.h W
532serbase.h W
533settings.h W
534setup.h W
517a619d 535sizer.h W
2aa88730
RR
536slider.h W
537socket.h W
538spinbutt.h W
539splitter.h W
540statbmp.h W
541statbox.h W
542statline.h W
543stattext.h W
544statusbr.h W
545strconv.h W
546stream.h W
547string.h W
548tab.h W
549tabctrl.h W
550taskbar.h W
551tbar95.h W
552tbarbase.h W
553tbarmsw.h W
554tbarsmpl.h W
555textctrl.h W
556textdlg.h W
557textfile.h W
558txtstrm.h W
559thread.h W
560time.h W
561timer.h W
562tipdlg.h W
563tokenzr.h W
564toolbar.h W
565tooltip.h W
566treectrl.h W
567types.h W
568url.h W
569utils.h W
570valgen.h W
571validate.h W
572valtext.h W
573variant.h W
574version.h W
575wave.h W
576wfstream.h W
577window.h W
578wx.h W
579wx_cw.h W
580wx_cw_cm.h W
581wx_cw_d.h W
582wxchar.h W
583wxexpr.h W
584wxhtml.h W
585wxprec.h W
586xpmhand.h W
587zipstrm.h W
588zstream.h W
23a54e14 589
2aa88730
RR
590accel.h K
591app.h K
592bitmap.h K
593bmpbuttn.h K
594brush.h K
595button.h K
596checkbox.h K
597checklst.h K
598choice.h K
599clipbrd.h K
600colour.h K
601combobox.h K
602control.h K
603cursor.h K
604dataobj.h K
605dc.h K
606dcclient.h K
607dcmemory.h K
608dcscreen.h K
609dialog.h K
610dnd.h K
611filedlg.h K
612font.h K
8636aed8 613fontdlg.h K
2aa88730
RR
614frame.h K
615gauge.h K
616gdiobj.h K
617icon.h K
618joystick.h K
619listbox.h K
620mdi.h K
621menu.h K
622menuitem.h K
2aa88730
RR
623minifram.h K
624notebook.h K
625palette.h K
626pen.h K
627radiobox.h K
628radiobut.h K
629region.h K
630scrolbar.h K
631settings.h K
632slider.h K
633spinbutt.h K
634statbmp.h K
635statbox.h K
636statline.h K
637stattext.h K
638tbargtk.h K
639textctrl.h K
640timer.h K
641tooltip.h K
642treectrl.h K
643wave.h K
644win_gtk.h K
645window.h K
646
583a6578
RR
647accel.h F
648app.h F
649bitmap.h F
650bmpbuttn.h F
651brush.h F
652button.h F
653checkbox.h F
654checklst.h F
655choice.h F
656clipbrd.h F
657colordlg.h F
658colour.h F
659combobox.h F
660control.h F
661cursor.h F
662dataobj.h F
663dc.h F
664dcclient.h F
665dcmemory.h F
666dcprint.h F
667dcscreen.h F
668dialog.h F
669dnd.h F
670filedlg.h F
671font.h F
672fontdlg.h F
673frame.h F
674gauge.h F
675gdiobj.h F
676icon.h F
677joystick.h F
678listbox.h F
679mdi.h F
680menu.h F
681menuitem.h F
682metafile.h F
683minifram.h F
684msgdlg.h F
685palette.h F
686pen.h F
687print.h F
688printdlg.h F
689private.h F
690radiobox.h F
691radiobut.h F
692region.h F
693scrolbar.h F
694settings.h F
695slider.h F
696spinbutt.h F
697statbmp.h F
698statbox.h F
699stattext.h F
700textctrl.h F
701timer.h F
702toolbar.h F
703window.h F
704
a4aad961
RR
705accel.h B
706app.h B
707bitmap.h B
708bmpbuttn.h B
709brush.h B
710button.h B
711caret.h B
712checkbox.h B
713checklst.h B
714choice.h B
715clipbrd.h B
716colordlg.h B
717colour.h B
718combobox.h B
719control.h B
720curico.h B
721curicop.h B
722cursor.h B
723dc.h B
724dcclient.h B
725dcmemory.h B
726dcprint.h B
727dcscreen.h B
728dde.h B
729dialog.h B
730dib.h B
731dibutils.h B
732dirdlg.h B
733dragimag.h B
734filedlg.h B
735font.h B
736fontdlg.h B
737frame.h B
738gauge.h B
739gauge95.h B
740gaugemsw.h B
741gdiobj.h B
742helpwin.h B
743icon.h B
744imaglist.h B
745iniconf.h B
746joystick.h B
747listbox.h B
748listctrl.h B
749mdi.h B
750menu.h B
751menuitem.h B
752metafile.h B
753minifram.h B
754msgdlg.h B
755msvcrt.h B
756notebook.h B
757palette.h B
758pen.h B
759pnghand.h B
760pngread.h B
761printdlg.h B
762printwin.h B
763private.h B
764radiobox.h B
765radiobut.h B
766regconf.h B
767region.h B
768registry.h B
769scrolbar.h B
770settings.h B
771setup0.h B
772slider.h B
773slider95.h B
774slidrmsw.h B
775spinbutt.h B
776statbmp.h B
777statbox.h B
778statbr95.h B
779statline.h B
780stattext.h B
781tabctrl.h B
782taskbar.h B
783tbar95.h B
784tbarmsw.h B
785textctrl.h B
786timer.h B
787tooltip.h B
788treectrl.h B
789wave.h B
790window.h B
791winundef.h B
792xpmhand.h B
793# blank.cur B
794# bullseye.cur B
795# child.ico B
796# clock.cur B
797# error.ico B
798# hand.cur B
799# heart.cur B
800# info.ico B
801# magnif1.cur B
802# mdi.ico B
803# noentry.cur B
804# pbrush.cur B
805# pencil.cur B
806# pntleft.cur B
807# pntright.cur B
808# query.cur B
809# question.ico B
810# roller.cur B
811# size.cur B
812# std.ico B
813# tip.ico B
814# warning.ico B
815# watch1.cur B
816# disable.bmp B
817# wx.rc B
818
2aa88730
RR
819execute.h S
820
821file.h P
822ftp.h P
823http.h P
824protocol.h P
825
826forcelink.h L
8ec2b484
HH
827helpdata.h L
828helpfrm.h L
829helpctrl.h L
2aa88730
RR
830htmlcell.h L
831htmldefs.h L
832htmlfilter.h L
2aa88730
RR
833htmlparser.h L
834htmltag.h L
835htmlwin.h L
836htmlwinparser.h L
837mod_templ.h L
838version.h L
839
840caret.h N
841choicdgg.h N
842colrdlgg.h N
843dcpsg.h N
844dirdlgg.h N
845fontdlgg.h N
e8ac7bf2 846filedlgg.h N
2aa88730
RR
847gridg.h N
848helpext.h N
849helpwxht.h N
850helphtml.h N
851helpxlp.h N
852imaglist.h N
853laywin.h N
854listctrl.h N
855msgdlgg.h N
856notebook.h N
857panelg.h N
858printps.h N
859prntdlgg.h N
860progdlgg.h N
861sashwin.h N
862scrolwin.h N
863splitter.h N
864statusbr.h N
865tabg.h N
866textdlgg.h N
867treectrl.h N
23a54e14 868
6a008b33 869# vi: set noet ts=16 nolist: