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