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