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