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