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