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