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