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