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