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