]> git.saurik.com Git - wxWidgets.git/blob - distrib/msw/tmake/filelist.txt
a92bd9a4ae61eea78f0631a30b4db1fc1063c2d3
[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 tbar95.h W
594 tbarbase.h W
595 tbarmsw.h W
596 tbarsmpl.h W
597 textctrl.h W
598 textdlg.h W
599 textfile.h W B
600 txtstrm.h W B
601 thread.h W B
602 time.h W B
603 timer.h W B
604 tipdlg.h W
605 tokenzr.h W B
606 toolbar.h W
607 tooltip.h W
608 treectrl.h W
609 types.h W
610 url.h W
611 utils.h W B
612 valgen.h W
613 validate.h W
614 valtext.h W
615 variant.h W B
616 version.h W B
617 wave.h W
618 wfstream.h W
619 window.h W
620 wizard.h W
621 wx.h W B
622 wx_cw.h W
623 wx_cw_cm.h W
624 wx_cw_d.h W
625 wxchar.h W B
626 wxexpr.h W
627 wxhtml.h W
628 wxprec.h W B
629 xpmhand.h W
630 zipstrm.h W
631 zstream.h W
632
633 accel.h K
634 app.h K
635 bitmap.h K
636 bmpbuttn.h K
637 brush.h K
638 button.h K
639 checkbox.h K
640 checklst.h K
641 choice.h K
642 clipbrd.h K
643 colour.h K
644 combobox.h K
645 control.h K
646 cursor.h K
647 dataform.h K
648 dataobj.h K
649 dataobj2.h K
650 dc.h K
651 dcclient.h K
652 dcmemory.h K
653 dcscreen.h K
654 dialog.h K
655 dnd.h K
656 filedlg.h K
657 font.h K
658 fontdlg.h K
659 frame.h K
660 gauge.h K
661 gdiobj.h K
662 icon.h K
663 joystick.h K
664 listbox.h K
665 mdi.h K
666 menu.h K
667 menuitem.h K
668 minifram.h K
669 notebook.h K
670 palette.h K
671 pen.h K
672 radiobox.h K
673 radiobut.h K
674 region.h K
675 scrolbar.h K
676 settings.h K
677 slider.h K
678 spinbutt.h K
679 spinctrl.h K
680 statbmp.h K
681 statbox.h K
682 statline.h K
683 stattext.h K
684 tbargtk.h K
685 textctrl.h K
686 timer.h K
687 tooltip.h K
688 treectrl.h K
689 wave.h K
690 win_gtk.h K
691 window.h K
692
693 accel.h F
694 app.h F
695 bitmap.h F
696 bmpbuttn.h F
697 brush.h F
698 button.h F
699 checkbox.h F
700 checklst.h F
701 choice.h F
702 clipbrd.h F
703 colordlg.h F
704 colour.h F
705 combobox.h F
706 control.h F
707 cursor.h F
708 dataform.h F
709 dataobj.h F
710 dataobj2.h F
711 dc.h F
712 dcclient.h F
713 dcmemory.h F
714 dcprint.h F
715 dcscreen.h F
716 dialog.h F
717 dnd.h F
718 filedlg.h F
719 font.h F
720 fontdlg.h F
721 frame.h F
722 gauge.h F
723 gdiobj.h F
724 icon.h F
725 joystick.h F
726 listbox.h F
727 mdi.h F
728 menu.h F
729 menuitem.h F
730 metafile.h F
731 minifram.h F
732 msgdlg.h F
733 palette.h F
734 pen.h F
735 print.h F
736 printdlg.h F
737 private.h F
738 radiobox.h F
739 radiobut.h F
740 region.h F
741 scrolbar.h F
742 settings.h F
743 slider.h F
744 spinbutt.h F
745 statbmp.h F
746 statbox.h F
747 stattext.h F
748 textctrl.h F
749 timer.h F
750 toolbar.h F
751 window.h F
752
753 accel.h 9
754 app.h 9
755 bitmap.h 9
756 bmpbuttn.h 9
757 brush.h 9
758 button.h 9
759 caret.h 9
760 checkbox.h 9
761 checklst.h 9
762 choice.h 9
763 clipbrd.h 9
764 colordlg.h 9
765 colour.h 9
766 combobox.h 9
767 control.h 9
768 curico.h 9
769 curicop.h 9
770 cursor.h 9
771 dc.h 9
772 dcclient.h 9
773 dcmemory.h 9
774 dcprint.h 9
775 dcscreen.h 9
776 dde.h 9
777 dialog.h 9
778 dib.h 9
779 dibutils.h 9
780 dirdlg.h 9
781 dragimag.h 9
782 filedlg.h 9
783 font.h 9
784 fontdlg.h 9
785 frame.h 9
786 gauge.h 9
787 gauge95.h 9
788 gaugemsw.h 9
789 gdiimage.h 9
790 gdiobj.h 9
791 helpwin.h 9
792 icon.h 9
793 imaglist.h 9
794 iniconf.h 9
795 joystick.h 9
796 listbox.h 9
797 listctrl.h 9
798 mdi.h 9
799 menu.h 9
800 menuitem.h 9
801 metafile.h 9
802 minifram.h 9
803 msgdlg.h 9
804 msvcrt.h 9
805 notebook.h 9
806 palette.h 9
807 pen.h 9
808 printdlg.h 9
809 printwin.h 9
810 private.h 9
811 radiobox.h 9
812 radiobut.h 9
813 regconf.h 9
814 region.h 9
815 registry.h 9
816 scrolbar.h 9
817 settings.h 9
818 setup0.h 9
819 slider.h 9
820 slider95.h 9
821 slidrmsw.h 9
822 spinbutt.h 9
823 statbmp.h 9
824 statbox.h 9
825 statbr95.h 9
826 statline.h 9
827 stattext.h 9
828 tabctrl.h 9
829 taskbar.h 9
830 tbar95.h 9
831 tbarmsw.h 9
832 textctrl.h 9
833 timer.h 9
834 tooltip.h 9
835 treectrl.h 9
836 wave.h 9
837 window.h 9
838 winundef.h 9
839 xpmhand.h 9
840 # blank.cur 9
841 # bullseye.cur 9
842 # child.ico 9
843 # clock.cur 9
844 # error.ico 9
845 # hand.cur 9
846 # heart.cur 9
847 # info.ico 9
848 # magnif1.cur 9
849 # mdi.ico 9
850 # noentry.cur 9
851 # pbrush.cur 9
852 # pencil.cur 9
853 # pntleft.cur 9
854 # pntright.cur 9
855 # query.cur 9
856 # question.ico 9
857 # roller.cur 9
858 # size.cur 9
859 # std.ico 9
860 # tip.ico 9
861 # warning.ico 9
862 # watch1.cur 9
863 # disable.bmp 9
864 # wx.rc 9
865
866 fontutil.h S
867 execute.h S
868
869 file.h P
870 ftp.h P
871 http.h P
872 protocol.h P
873
874 forcelnk.h L
875 helpdata.h L
876 helpfrm.h L
877 helpctrl.h L
878 htmlcell.h L
879 htmldefs.h L
880 htmlfilt.h L
881 htmlpars.h L
882 htmltag.h L
883 htmlwin.h L
884 winpars.h L
885 m_templ.h L
886 htmprint.h L
887
888 caret.h N
889 choicdgg.h N
890 colrdlgg.h N
891 dcpsg.h N
892 dirdlgg.h N 16
893 fontdlgg.h N
894 filedlgg.h N
895 grid.h N
896 gridg.h N
897 helpext.h N
898 helpwxht.h N
899 helphtml.h N
900 helpxlp.h N
901 imaglist.h N
902 laywin.h N
903 listctrl.h N 16
904 msgdlgg.h N
905 notebook.h N
906 panelg.h N
907 printps.h N
908 prntdlgg.h N
909 progdlgg.h N
910 sashwin.h N
911 scrolwin.h N
912 splitter.h N
913 statusbr.h N
914 tabg.h N 16
915 textdlgg.h N
916 treectrl.h N 16
917 wizard.h N
918
919 # vi: set noet ts=16 nolist: