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