]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/filelist.txt
Fix to minimal sample project file; changed protected -> public in wxGIFDecoder
[wxWidgets.git] / distrib / msw / tmake / filelist.txt
index 282da1186775d3bd021c89dae78331bdba17d0bd..ff2346174a376e145190d15e9d810110cdc0d0c4 100644 (file)
@@ -13,7 +13,9 @@
 #  M   /src/msw
 #  X   /src/motif   X for Xt
 #  U   /src/unix
+#  V   /src/univ    V for VZ
 #  R   /src/gtk     R for Robert
+#  Z   /src/mgl     Z for v.slavik@volny.cZ
 #  O   /src/os2
 #  H   /src/html
 #  W   /include/wx
@@ -44,6 +46,7 @@
 #  P   Not required for the os2Pm port
 #              (unfortunately I can't use O since that is
 #               in use already - and above I can't use P :-( )
+#  L   Low level GUI toolkit file, used by wxUniversal as well
 #
 #  WX  Base header
 #  GTK GTK header
@@ -59,6 +62,7 @@
 
 # File name    Type    Flags
 
+accel.cpp      G       U,X,P
 busyinfo.cpp   G
 calctrl.cpp    G
 caret.cpp      G       U
@@ -71,6 +75,7 @@ dragimgg.cpp  G       P
 fontdlgg.cpp   G       G,R,P
 filedlgg.cpp   G       U,X,P
 grid.cpp       G
+gridctrl.cpp   G
 gridsel.cpp    G
 helpext.cpp    G       G
 helphtml.cpp   G       G
@@ -82,6 +87,7 @@ listctrl.cpp  G       16
 logg.cpp       G
 msgdlgg.cpp    G       G
 notebook.cpp   G       16,R,P
+paletteg.cpp   G       U,X,P
 panelg.cpp     G
 printps.cpp    G       PS
 prntdlgg.cpp   G       PS,U
@@ -90,7 +96,7 @@ prop.cpp      G
 propform.cpp   G
 proplist.cpp   G
 sashwin.cpp    G
-scrolwin.cpp   G
+scrolwin.cpp   G       R
 splash.cpp     G
 splitter.cpp   G
 statline.cpp   G       U,R,P
@@ -108,6 +114,7 @@ wizard.cpp  G
 appcmn.cpp     C       B
 choiccmn.cpp   C
 cmdline.cpp    C       B
+cmdproc.cpp    C
 cmndata.cpp    C
 clipcmn.cpp    C
 config.cpp     C       B
@@ -117,8 +124,10 @@ ctrlsub.cpp        C
 datetime.cpp   C       B
 datstrm.cpp    C       B
 db.cpp C       32,B
+dbgrid.cpp     C       32
 dbtable.cpp    C       32,B
 dcbase.cpp     C
+dircmn.cpp     C       B
 dlgcmn.cpp     C
 dobjcmn.cpp    C
 dndcmn.cpp     C
@@ -154,12 +163,13 @@ imagbmp.cpp       C
 image.cpp      C
 imagall.cpp    C
 imaggif.cpp    C
+imagxpm.cpp    C
 imagjpeg.cpp   C       32
 imagtiff.cpp   C       32
 imagpcx.cpp    C       32
 imagpng.cpp    C       32
 imagpnm.cpp    C       32
-imagxpm.cpp    C       32
+imagxpm.cpp    C
 init.cpp       B
 intl.cpp       C       B
 ipcbase.cpp    C       B
@@ -178,10 +188,12 @@ object.cpp        C       B
 objstrm.cpp    C       B
 odbc.cpp       C       R,X,P
 paper.cpp      C
+popupcmn.cpp   C
 prntbase.cpp   C
 process.cpp    C       32,B
 protocol.cpp   C       S,B
 quantize.cpp   C
+radiocmn.cpp   C
 resource.cpp   C
 sckaddr.cpp    C       S,B
 sckfile.cpp    C       S,B
@@ -297,6 +309,7 @@ scrolbar.cpp        M
 settings.cpp   M
 slider95.cpp   M       32
 slidrmsw.cpp   M       16
+snglinst.cpp   M       B
 spinbutt.cpp   M
 spinctrl.cpp   M
 statbmp.cpp    M
@@ -319,63 +332,89 @@ utilsexc.cpp      M       B
 uuid.cpp       M       O
 wave.cpp       M
 window.cpp     M
-xpmhand.cpp    M
 
 dialup.cpp     U
 dir.cpp        U       B
 fontenum.cpp   U
 fontutil.cpp   U
 mimetype.cpp   U       B
+snglinst.cpp   U       B
 threadpsx.cpp  U       B
 utilsunx.cpp   U       B
 gsocket.c      U       B
 mimetype.cpp   U       B
 
+bmpbuttn.cpp   V
+button.cpp     V
+checkbox.cpp   V
+checklst.cpp   V
+cmdproc.cpp    V
+colschem.cpp   V
+control.cpp    V
+framuniv.cpp   V
+inphand.cpp    V
+listbox.cpp    V
+radiobox.cpp   V
+radiobut.cpp   V
+renderer.cpp   V
+scrarrow.cpp   V
+scrolbar.cpp   V
+scrthumb.cpp   V
+slider.cpp     V
+spinbutt.cpp   V
+statbmp.cpp    V
+statbox.cpp    V
+statline.cpp   V
+stattext.cpp   V
+textctrl.cpp   V
+theme.cpp      V
+gtk.cpp        V
+winuniv.cpp    V
+win32.cpp      V
+
 gsockgtk.c     R
-win_gtk.c      R
-accel.cpp      R
-app.cpp        R
-bitmap.cpp     R
+win_gtk.c      R       L
+app.cpp        R       L
+bitmap.cpp     R       L
 bmpbuttn.cpp   R
-brush.cpp      R
+brush.cpp      R       L
 button.cpp     R
 checkbox.cpp   R
 checklst.cpp   R
 choice.cpp     R
-clipbrd.cpp    R
-colour.cpp     R
+clipbrd.cpp    R       L
+colour.cpp     R       L
 combobox.cpp   R
 control.cpp    R
-cursor.cpp     R
-data.cpp       R
-dataobj.cpp    R
-dc.cpp R
-dcclient.cpp   R
-dcmemory.cpp   R
-dcscreen.cpp   R
-dialog.cpp     R
+cursor.cpp     R       L
+data.cpp       R       L
+dataobj.cpp    R       L
+dc.cpp R       L
+dcclient.cpp   R       L
+dcmemory.cpp   R       L
+dcscreen.cpp   R       L
+dialog.cpp     R       L
 dnd.cpp        R
-font.cpp       R
+font.cpp       R       L
 fontdlg.cpp    R
-frame.cpp      R
+frame.cpp      R       L
 gauge.cpp      R
-gdiobj.cpp     R
-icon.cpp       R
+gdiobj.cpp     R       L
+icon.cpp       R       L
 joystick.cpp   R
 listbox.cpp    R
-main.cpp       R
+main.cpp       R       L
 mdi.cpp        R
 menu.cpp       R
 minifram.cpp   R
 notebook.cpp   R
-paletteg.cpp   G       U,X,P
-pen.cpp        R
+pen.cpp        R       L
 radiobox.cpp   R
 radiobut.cpp   R
-region.cpp     R
+region.cpp     R       L
 scrolbar.cpp   R
 scrolwin.cpp   R
-settings.cpp   R
+settings.cpp   R       L
 slider.cpp     R
 spinbutt.cpp   R
 spinctrl.cpp   R
@@ -386,12 +425,12 @@ stattext.cpp      R
 tbargtk.cpp    R
 textctrl.cpp   R
 tglbtn.cpp     R
-timer.cpp      R
+timer.cpp      R       L
 tooltip.cpp    R
-utilsgtk.cpp   R
+utilsgtk.cpp   R       L
 utilsres.cpp   R
 wave.cpp       R
-window.cpp     R
+window.cpp     R       L
 
 gsockmot.c     X       S
 accel.cpp      X
@@ -525,6 +564,7 @@ utilsexc.cpp        O       B
 wave.cpp       O
 window.cpp     O
 gsocket.c      O
+gsockpm.c      O
 
 helpdata.cpp   H
 helpfrm.cpp    H
@@ -561,10 +601,12 @@ calctrl.h W
 caret.h        W
 checkbox.h     W
 checklst.h     W
+chkconf.h      W       B
 choicdlg.h     W
 choice.h       W
 clipbrd.h      W
 cmdline.h      W       B
+cmdproc.cpp    W
 cmndata.h      W
 colordlg.h     W
 colour.h       W
@@ -579,8 +621,9 @@ date.h      W       B
 datetime.h     W       B
 datetime.inl   W       B
 datstrm.h      W       B
-db.h   W       32,B
-dbtable.h      W       32,B
+db.h   W       B
+dbgrid.h       W
+dbtable.h      W       B
 dc.h   W
 dcclient.h     W
 dcmemory.h     W
@@ -616,7 +659,7 @@ fontenc.h   W       B
 fontenum.h     W
 fontmap.h      W       B
 fontdlg.h      W
-fontutil.h     W       B
+fontutil.h     W
 frame.h        W
 fs_inet.h      W       B
 fs_zip.h       W       B
@@ -627,8 +670,10 @@ gdiobj.h   W
 geometry.h     W
 gifdecod.h     W
 xpmdecod.h     W
+dbkeyg.h       W
 glcanvas.h     W
 grid.h W
+gridctrl.h     W
 gsocket.h      W       B
 hash.h W       B
 help.h W
@@ -641,6 +686,7 @@ helpxlp.h   W
 icon.h W
 image.h        W
 imaggif.h      W
+imagxpm.h      W
 imagbmp.h      W
 imagpng.h      W
 imagpcx.h      W
@@ -707,6 +753,7 @@ setup.h     W       B
 sizer.h        W
 slider.h       W
 socket.h       W       B
+snglinst.h     W       B
 spinbutt.h     W
 spinctrl.h     W
 splash.h       W
@@ -759,11 +806,11 @@ wxchar.h  W       B
 wxexpr.h       W
 wxhtml.h       W
 wxprec.h       W       B
-xpmhand.h      W
 zipstrm.h      W       B
 zstream.h      W       B
 
 accel.h        K
+accel.h        N
 app.h  K
 bitmap.h       K
 bmpbuttn.h     K
@@ -978,7 +1025,6 @@ treectrl.h 9
 wave.h 9
 window.h       9
 winundef.h     9
-xpmhand.h      9
 # blank.cur    9
 # bullseye.cur 9
 # child.ico    9
@@ -1113,6 +1159,7 @@ dragimgg.h        N       16
 fontdlgg.h     N
 filedlgg.h     N
 grid.h N
+gridctrl.h     N
 gridg.h        N
 helpext.h      N
 helpwxht.h     N
@@ -1137,4 +1184,32 @@ textdlgg.h       N
 treectlg.h     N       16
 wizard.h       N
 
+# wxMGL:
+colour.cpp     Z       L
+dc.cpp Z       L
+gdiobj.cpp     Z       L
+palette.cpp    Z       L
+region.cpp     Z       L
+brush.cpp      Z       L
+pen.cpp        Z       L
+font.cpp       Z       L
+data.cpp       Z       L
+#fontenum.cpp  Z       L
+#fontutil.cpp  Z       L
+app.cpp        Z       L
+bitmap.cpp     Z       L
+clipbrd.cpp    Z       L
+cursor.cpp     Z       L
+dcclient.cpp   Z       L
+dcmemory.cpp   Z       L
+dcscreen.cpp   Z       L
+dialog.cpp     Z       L
+frame.cpp      Z       L
+icon.cpp       Z       L
+settings.cpp   Z       L
+timer.cpp      Z       L
+window.cpp     Z       L
+utils.cpp      Z       L
+bmpbase.cpp    Z       L
+
 # vi: set noet ts=16 nolist: