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