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