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