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