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