]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/filelist.txt
Forgot resource sample.
[wxWidgets.git] / distrib / msw / tmake / filelist.txt
index 026b607aeaa70973704b200bf07c08c4a07cebd6..a8c30b4be194d61f09477316bb59930b15688db2 100644 (file)
@@ -7,19 +7,29 @@
 #
 # Format of this file: TAB separated columns. The first column contains the
 # filename, the second a letter corresonding a directory:
 #
 # Format of this file: TAB separated columns. The first column contains the
 # filename, the second a letter corresonding a directory:
-#  G   /src/generic 
+#  G   /src/generic
 #  C   /src/common
 #  M   /src/msw
 #  C   /src/common
 #  M   /src/msw
+#  X   /src/motif   X for Xt
 #  U   /src/unix
 #  U   /src/unix
-#  R   /src/gtk
+#  R   /src/gtk     R for Robert
 #  H   /src/html
 #  H   /src/html
-#  I   /include/wx, /include/wx/gtk, /include/wx/msw, etc.
+#  W   /include/wx
+#  K   /include/wx/gtk        K for gtK
+#  F   /include/wx/motif      F for motiF
+#  B   /include/wx/msw        B for Bill Gates
+#  N   /include/wx/generic    N for geNeric
+#  L   /include/wx/html       L for htmL
+#  P   /include/wx/protocol
+#  S   /include/wx/unix       S for poSix
 #
 #
-# The third column may be empty or contain some additional info about this 
-# file (only compile it in 16bit mode, don't compile it with this or that 
+# The third column may be empty or contain some additional info about this
+# file (only compile it in 16bit mode, don't compile it with this or that
 # compiler, &c)
 #
 # Known flags:
 # compiler, &c)
 #
 # Known flags:
+#  B   makes part of the base library too
+#  BO  only for the base library
 #  16  a generic file implementing Win32 control for Win16
 #  32  only can be compiled under Win32
 #  PS  PostScript related file, normally not compiled under Windows
 #  16  a generic file implementing Win32 control for Win16
 #  32  only can be compiled under Win32
 #  PS  PostScript related file, normally not compiled under Windows
 #  O   OLE file (needs Win32 and a decent compiler)
 #  S   Socket file (currently doesn't compile under Win16 nor with GNU)
 #  R   Not required for the GTK port
 #  O   OLE file (needs Win32 and a decent compiler)
 #  S   Socket file (currently doesn't compile under Win16 nor with GNU)
 #  R   Not required for the GTK port
+#  X   Not required for the Motif port
+#
 #  WX  Base header
 #  WX  Base header
-#  GTK  GTK header
+#  GTK GTK header
 #  MSW MSW header
 #  MSW MSW header
-#  MAC  Mac header
+#  MAC Mac header
 #  MOT Motif header
 #  PM  OS/2 header
 #  GEN Generic header
 #  MOT Motif header
 #  PM  OS/2 header
 #  GEN Generic header
 
 busyinfo.cpp   G
 caret.cpp      G       U
 
 busyinfo.cpp   G
 caret.cpp      G       U
-choicdgg.cpp   G       R
+choicdgg.cpp   G
 colrdlgg.cpp   G       G
 colrdlgg.cpp   G       G
+dcpsg.cpp      G       U
 dirdlgg.cpp    G       16
 dirdlgg.cpp    G       16
-extdlgg.cpp    G
-fontdlgg.cpp   G       G
-gridg.cpp      G
+fontdlgg.cpp   G       G,R
+filedlgg.cpp   G       U,X
+grid.cpp       G
+helphtml.cpp   G       G
+helpwxht.cpp   G       G
 helpxlp.cpp    G       G,R
 imaglist.cpp   G       16
 laywin.cpp     G
 listctrl.cpp   G       16
 helpxlp.cpp    G       G,R
 imaglist.cpp   G       16
 laywin.cpp     G
 listctrl.cpp   G       16
-msgdlgg.cpp    G       G,R
+logg.cpp       G
+msgdlgg.cpp    G       G
 notebook.cpp   G       16,R
 panelg.cpp     G
 printps.cpp    G       PS
 notebook.cpp   G       16,R
 panelg.cpp     G
 printps.cpp    G       PS
@@ -66,18 +82,20 @@ proplist.cpp        G
 sashwin.cpp    G
 scrolwin.cpp   G
 splitter.cpp   G
 sashwin.cpp    G
 scrolwin.cpp   G
 splitter.cpp   G
+statline.cpp   G       U,R
 statusbr.cpp   G
 tabg.cpp       G       R
 numdlgg.cpp    G
 statusbr.cpp   G
 tabg.cpp       G       R
 numdlgg.cpp    G
-textdlgg.cpp   G       R
+textdlgg.cpp   G
 tipdlg.cpp     G
 treectrl.cpp   G       16
 tipdlg.cpp     G
 treectrl.cpp   G       16
+wizard.cpp     G
 
 choiccmn.cpp   C       R
 cmndata.cpp    C
 
 choiccmn.cpp   C       R
 cmndata.cpp    C
-config.cpp     C
+config.cpp     C       B
 ctrlcmn.cpp    C       R
 ctrlcmn.cpp    C       R
-date.cpp       C
+date.cpp       C       B
 datstrm.cpp    C
 db.cpp C
 dbtable.cpp    C
 datstrm.cpp    C
 db.cpp C
 dbtable.cpp    C
@@ -85,71 +103,79 @@ dcbase.cpp C
 dlgcmn.cpp     C
 docmdi.cpp     C
 docview.cpp    C
 dlgcmn.cpp     C
 docmdi.cpp     C
 docview.cpp    C
-dynarray.cpp   C
-dynlib.cpp     C
-event.cpp      C
-extended.c     C
-ffile.cpp      C
-file.cpp       C
-fileconf.cpp   C
-filefn.cpp     C
-filesys.cpp    C
+dynarray.cpp   C       B
+dynlib.cpp     C       B
+event.cpp      C       B
+extended.c     C       B
+ffile.cpp      C       B
+file.cpp       C       B
+fileconf.cpp   C       B
+filefn.cpp     C       B
+filesys.cpp    C       B
+fontcmn.cpp    C
 framecmn.cpp   C
 fs_inet.cpp    C
 fs_zip.cpp     C
 ftp.cpp        C       S
 gdicmn.cpp     C
 framecmn.cpp   C
 fs_inet.cpp    C
 fs_zip.cpp     C
 ftp.cpp        C       S
 gdicmn.cpp     C
-hash.cpp       C
+gifdecod.cpp   C
+hash.cpp       C       B
 helpbase.cpp   C
 http.cpp       C       S
 imagbmp.cpp    C
 image.cpp      C
 helpbase.cpp   C
 http.cpp       C       S
 imagbmp.cpp    C
 image.cpp      C
+imagall.cpp    C
 imaggif.cpp    C
 imaggif.cpp    C
-imagjpeg.cpp   C
-imagpng.cpp    C
-intl.cpp       C
+imagjpeg.cpp   C       32
+imagpcx.cpp    C       32
+imagpng.cpp    C       32
+imagpnm.cpp    C       32
+init.cpp       C       B,BO
+intl.cpp       C       B
 ipcbase.cpp    C
 layout.cpp     C
 ipcbase.cpp    C
 layout.cpp     C
-list.cpp       C
-log.cpp        C
+list.cpp       C       B
+log.cpp        C       B
 memory.cpp     C
 memory.cpp     C
-mimetype.cpp   C       32
-module.cpp     C
+mimetype.cpp   C       32,B
+module.cpp     C       B
 mstream.cpp    C
 mstream.cpp    C
-object.cpp     C
+object.cpp     C       B
 objstrm.cpp    C
 odbc.cpp       C       R
 paper.cpp      C
 prntbase.cpp   C
 objstrm.cpp    C
 odbc.cpp       C       R
 paper.cpp      C
 prntbase.cpp   C
-process.cpp    C       32
+process.cpp    C       32,B
 protocol.cpp   C       S
 resource.cpp   C
 sckaddr.cpp    C       S
 sckfile.cpp    C       S
 sckipc.cpp     C       S
 sckstrm.cpp    C       S
 protocol.cpp   C       S
 resource.cpp   C
 sckaddr.cpp    C       S
 sckfile.cpp    C       S
 sckipc.cpp     C       S
 sckstrm.cpp    C       S
+serbase.cpp    C
+sizer.cpp      C
 socket.cpp     C       S
 socket.cpp     C       S
-stream.cpp     C
-strconv.cpp    C
-string.cpp     C
+stream.cpp     C       B
+strconv.cpp    C       B
+string.cpp     C       B
 tbarbase.cpp   C
 tbarbase.cpp   C
-tbarsmpl.cpp   C       16
+tbarsmpl.cpp   C
 textcmn.cpp    C
 textcmn.cpp    C
-textfile.cpp   C
-time.cpp       C
-timercmn.cpp   C
-tokenzr.cpp    C
-txtstrm.cpp    C
+textfile.cpp   C       B
+time.cpp       C       B
+timercmn.cpp   C       B
+tokenzr.cpp    C       B
+txtstrm.cpp    C       B
 unzip.c        C
 url.cpp        C       S
 unzip.c        C
 url.cpp        C       S
-utilscmn.cpp   C
+utilscmn.cpp   C       B
 valgen.cpp     C
 validate.cpp   C
 valtext.cpp    C
 valgen.cpp     C
 validate.cpp   C
 valtext.cpp    C
-variant.cpp    C
+variant.cpp    C       B
 wfstream.cpp   C
 wincmn.cpp     C
 wfstream.cpp   C
 wincmn.cpp     C
-wxchar.cpp     C
+wxchar.cpp     C       B
 wxexpr.cpp     C
 zipstrm.cpp    C
 zstream.cpp    C
 wxexpr.cpp     C
 zipstrm.cpp    C
 zstream.cpp    C
@@ -215,7 +241,7 @@ ownerdrw.cpp        M
 palette.cpp    M
 pen.cpp        M
 penwin.cpp     M
 palette.cpp    M
 pen.cpp        M
 penwin.cpp     M
-pnghand.cpp    M
+pnghand.cpp    M       32
 printdlg.cpp   M
 printwin.cpp   M
 radiobox.cpp   M
 printdlg.cpp   M
 printwin.cpp   M
 radiobox.cpp   M
@@ -248,9 +274,11 @@ uuid.cpp   M       O
 wave.cpp       M
 window.cpp     M
 xpmhand.cpp    M
 wave.cpp       M
 window.cpp     M
 xpmhand.cpp    M
+gsocket.c      M       S
 
 
+dialup.cpp     U
 threadpsx.cpp  U
 threadpsx.cpp  U
-utilsunx.cpp   U
+utilsunx.cpp   U       B
 gsocket.c      U
 
 gsockgtk.c     R
 gsocket.c      U
 
 gsockgtk.c     R
@@ -264,7 +292,6 @@ button.cpp  R
 checkbox.cpp   R
 checklst.cpp   R
 choice.cpp     R
 checkbox.cpp   R
 checklst.cpp   R
 choice.cpp     R
-choicdlg.cpp   R
 clipbrd.cpp    R
 colour.cpp     R
 combobox.cpp   R
 clipbrd.cpp    R
 colour.cpp     R
 combobox.cpp   R
@@ -274,12 +301,12 @@ data.cpp  R
 dataobj.cpp    R
 dc.cpp R
 dcclient.cpp   R
 dataobj.cpp    R
 dc.cpp R
 dcclient.cpp   R
-dcmemory.cpp   R
+dcmemory.cpp   R
 dcscreen.cpp   R
 dialog.cpp     R
 dnd.cpp        R
 dcscreen.cpp   R
 dialog.cpp     R
 dnd.cpp        R
-filedlg.cpp    R
 font.cpp       R
 font.cpp       R
+fontdlg.cpp    R
 frame.cpp      R
 gauge.cpp      R
 gdiobj.cpp     R
 frame.cpp      R
 gauge.cpp      R
 gdiobj.cpp     R
@@ -289,7 +316,6 @@ main.cpp    R
 mdi.cpp        R
 menu.cpp       R
 minifram.cpp   R
 mdi.cpp        R
 menu.cpp       R
 minifram.cpp   R
-msgdlg.cpp     R
 notebook.cpp   R
 palette.cpp    R
 pen.cpp        R
 notebook.cpp   R
 palette.cpp    R
 pen.cpp        R
@@ -300,13 +326,13 @@ scrolbar.cpp      R
 settings.cpp   R
 slider.cpp     R
 spinbutt.cpp   R
 settings.cpp   R
 slider.cpp     R
 spinbutt.cpp   R
+spinctrl.cpp   R
 statbmp.cpp    R
 statbox.cpp    R
 statline.cpp   R
 stattext.cpp   R
 tbargtk.cpp    R
 textctrl.cpp   R
 statbmp.cpp    R
 statbox.cpp    R
 statline.cpp   R
 stattext.cpp   R
 tbargtk.cpp    R
 textctrl.cpp   R
-textdlg.cpp    R
 timer.cpp      R
 tooltip.cpp    R
 utilsgtk.cpp   R
 timer.cpp      R
 tooltip.cpp    R
 utilsgtk.cpp   R
@@ -314,261 +340,539 @@ utilsres.cpp    R
 wave.cpp       R
 window.cpp     R
 
 wave.cpp       R
 window.cpp     R
 
+gsockmot.c     X       S
+accel.cpp      X
+app.cpp        X
+bitmap.cpp     X
+bmpbuttn.cpp   X
+brush.cpp      X
+button.cpp     X
+checkbox.cpp   X
+checklst.cpp   X
+choice.cpp     X
+clipbrd.cpp    X
+colour.cpp     X
+combobox.cpp   X
+control.cpp    X
+cursor.cpp     X
+data.cpp       X
+dataobj.cpp    X
+dc.cpp X
+dcclient.cpp   X
+dcmemory.cpp   X
+dcscreen.cpp   X
+dialog.cpp     X
+filedlg.cpp    X
+font.cpp       X
+fontenum.cpp   X
+frame.cpp      X
+gauge.cpp      X
+gdiobj.cpp     X
+icon.cpp       X
+listbox.cpp    X
+main.cpp       X
+mdi.cpp        X
+menu.cpp       X
+menuitem.cpp   X
+minifram.cpp   X
+msgdlg.cpp     X
+palette.cpp    X
+pen.cpp        X
+radiobox.cpp   X
+radiobut.cpp   X
+region.cpp     X
+scrolbar.cpp   X
+settings.cpp   X
+slider.cpp     X
+spinbutt.cpp   X
+statbmp.cpp    X
+statbox.cpp    X
+stattext.cpp   X
+toolbar.cpp    X
+textctrl.cpp   X
+timer.cpp      X
+utils.cpp      X
+window.cpp     X
+
+helpdata.cpp   H
+helpfrm.cpp    H
+helpctrl.cpp   H
 htmlcell.cpp   H
 htmlcell.cpp   H
-htmlfilter.cpp H
-htmlhelp.cpp   H
-htmlhelp_io.cpp        H
-htmlparser.cpp H
+htmlfilt.cpp   H
+htmlpars.cpp   H
 htmltag.cpp    H
 htmlwin.cpp    H
 htmltag.cpp    H
 htmlwin.cpp    H
-htmlwinparser.cpp      H
-mod_fonts.cpp  H
-mod_hline.cpp  H
-mod_image.cpp  H
-mod_layout.cpp H
-mod_links.cpp  H
-mod_list.cpp   H
-mod_pre.cpp    H
-mod_tables.cpp H
+winpars.cpp    H
+m_fonts.cpp    H
+m_hline.cpp    H
+m_image.cpp    H
+m_layout.cpp   H
+m_links.cpp    H
+m_list.cpp     H
+m_pre.cpp      H
+m_tables.cpp   H
 search.cpp     H
 
 search.cpp     H
 
-arrimpl.cpp    I       WX
-listimpl.cpp   I       WX
-accel.h        I       WX
-app.h  I       WX
-bitmap.h       I       WX
-bmpbuttn.h     I       WX
-brush.h        I       WX
-buffer.h       I       WX
-busyinfo.h     I       WX
-button.h       I       WX
-caret.h        I       WX
-checkbox.h     I       WX
-checklst.h     I       WX
-choicdlg.h     I       WX
-choice.h       I       WX
-clipbrd.h      I       WX
-cmndata.h      I       WX
-colordlg.h     I       WX
-colour.h       I       WX
-combobox.h     I       WX
-confbase.h     I       WX
-config.h       I       WX
-control.h      I       WX
-cursor.h       I       WX
-dataobj.h      I       WX
-date.h I       WX
-datstrm.h      I       WX
-db.h   I       WX
-dbtable.h      I       WX
-dc.h   I       WX
-dcclient.h     I       WX
-dcmemory.h     I       WX
-dcprint.h      I       WX
-dcps.h I       WX
-dcscreen.h     I       WX
-dde.h  I       WX
-debug.h        I       WX
-defs.h I       WX
-dialog.h       I       WX
-dirdlg.h       I       WX
-dnd.h  I       WX
-docmdi.h       I       WX
-docview.h      I       WX
-dragimag.h     I       WX
-dynarray.h     I       WX
-dynlib.h       I       WX
-event.h        I       WX
-expr.h I       WX
-extdlg.h       I       WX
-ffile.h        I       WX
-file.h I       WX
-fileconf.h     I       WX
-filedlg.h      I       WX
-filefn.h       I       WX
-filesys.h      I       WX
-font.h I       WX
-fontdlg.h      I       WX
-frame.h        I       WX
-fs_inet.h      I       WX
-fs_zip.h       I       WX
-gauge.h        I       WX
-gdicmn.h       I       WX
-gdiobj.h       I       WX
-grid.h I       WX
-hash.h I       WX
-help.h I       WX
-helpbase.h     I       WX
-helphtml.h     I       WX
-helpwin.h      I       WX
-helpxlp.h      I       WX
-icon.h I       WX
-image.h        I       WX
-imaglist.h     I       WX
-intl.h I       WX
-ioswrap.h      I       WX
-ipcbase.h      I       WX
-joystick.h     I       WX
-layout.h       I       WX
-laywin.h       I       WX
-list.h I       WX
-listbox.h      I       WX
-listctrl.h     I       WX
-log.h  I       WX
-longlong.h     I       WX
-matrix.h       I       WX
-mdi.h  I       WX
-memory.h       I       WX
-menu.h I       WX
-menuitem.h     I       WX
-metafile.h     I       WX
-mimetype.h     I       WX
-minifram.h     I       WX
-module.h       I       WX
-msgdlg.h       I       WX
-mstream.h      I       WX
-notebook.h     I       WX
-object.h       I       WX
-objstrm.h      I       WX
-odbc.h I       WX
-ownerdrw.h     I       WX
-palette.h      I       WX
-panel.h        I       WX
-paper.h        I       WX
-pen.h  I       WX
-pnghand.h      I       WX
-print.h        I       WX
-printdlg.h     I       WX
-prntbase.h     I       WX
-process.h      I       WX
-progdlg.h      I       WX
-prop.h I       WX
-propform.h     I       WX
-proplist.h     I       WX
-radiobox.h     I       WX
-radiobut.h     I       WX
-region.h       I       WX
-resource.h     I       WX
-sashwin.h      I       WX
-sckaddr.h      I       WX
-sckipc.h       I       WX
-sckstrm.h      I       WX
-scrolbar.h     I       WX
-scrolwin.h     I       WX
-serbase.h      I       WX
-settings.h     I       WX
-setup.h        I       WX
-slider.h       I       WX
-socket.h       I       WX
-spinbutt.h     I       WX
-splitter.h     I       WX
-statbmp.h      I       WX
-statbox.h      I       WX
-statline.h     I       WX
-stattext.h     I       WX
-statusbr.h     I       WX
-strconv.h      I       WX
-stream.h       I       WX
-string.h       I       WX
-tab.h  I       WX
-tabctrl.h      I       WX
-taskbar.h      I       WX
-tbar95.h       I       WX
-tbarbase.h     I       WX
-tbarmsw.h      I       WX
-tbarsmpl.h     I       WX
-textctrl.h     I       WX
-textdlg.h      I       WX
-textfile.h     I       WX
-txtstrm.h      I       WX
-thread.h       I       WX
-time.h I       WX
-timer.h        I       WX
-tipdlg.h       I       WX
-tokenzr.h      I       WX
-toolbar.h      I       WX
-tooltip.h      I       WX
-treectrl.h     I       WX
-types.h        I       WX
-url.h  I       WX
-utils.h        I       WX
-valgen.h       I       WX
-validate.h     I       WX
-valtext.h      I       WX
-variant.h      I       WX
-version.h      I       WX
-wave.h I       WX
-wfstream.h     I       WX
-window.h       I       WX
-wx.h   I       WX
-wx_cw.h        I       WX
-wx_cw_cm.h     I       WX
-wx_cw_d.h      I       WX
-wxchar.h       I       WX
-wxexpr.h       I       WX
-wxhtml.h       I       WX
-wxprec.h       I       WX
-xpmhand.h      I       WX
-zipstrm.h      I       WX
-zstream.h      I       WX
+arrimpl.cpp    W
+listimpl.cpp   W
+accel.h        W
+app.h  W       B
+bitmap.h       W
+bmpbuttn.h     W
+brush.h        W
+buffer.h       W
+busyinfo.h     W
+button.h       W
+caret.h        W
+checkbox.h     W
+checklst.h     W
+choicdlg.h     W
+choice.h       W
+clipbrd.h      W
+cmndata.h      W
+colordlg.h     W
+colour.h       W
+combobox.h     W
+confbase.h     W
+config.h       W
+control.h      W
+cursor.h       W
+dataobj.h      W
+date.h W       B
+datstrm.h      W
+db.h   W
+dbtable.h      W
+dc.h   W
+dcclient.h     W
+dcmemory.h     W
+dcprint.h      W
+dcps.h W
+dcscreen.h     W
+dde.h  W
+debug.h        W       B
+defs.h W       B
+dialog.h       W
+dirdlg.h       W
+dnd.h  W
+docmdi.h       W
+docview.h      W
+dragimag.h     W
+dynarray.h     W       B
+dynlib.h       W       B
+event.h        W       B
+expr.h W
+ffile.h        W       B
+file.h W       B
+fileconf.h     W       B
+filedlg.h      W
+filefn.h       W
+filesys.h      W
+font.h W
+fontdlg.h      W
+frame.h        W
+fs_inet.h      W
+fs_zip.h       W
+gauge.h        W
+gdicmn.h       W
+gdiobj.h       W
+gifdecod.h     W
+grid.h W
+gsocket.h      W
+hash.h W       B
+help.h W
+helpbase.h     W
+helphtml.h     W
+helpwin.h      W
+helpxlp.h      W
+icon.h W
+image.h        W
+imaglist.h     W
+intl.h W       B
+ioswrap.h      W
+ipcbase.h      W
+joystick.h     W
+layout.h       W
+laywin.h       W
+list.h W       B
+listbox.h      W
+listctrl.h     W
+log.h  W       B
+longlong.h     W       B
+matrix.h       W
+mdi.h  W
+memory.h       W
+menu.h W
+menuitem.h     W
+metafile.h     W
+mimetype.h     W       B
+minifram.h     W
+module.h       W       B
+msgdlg.h       W
+mstream.h      W
+notebook.h     W
+object.h       W       B
+objstrm.h      W
+odbc.h W
+ownerdrw.h     W
+palette.h      W
+panel.h        W
+paper.h        W
+pen.h  W
+pnghand.h      W
+print.h        W
+printdlg.h     W
+prntbase.h     W
+process.h      W       B
+progdlg.h      W
+prop.h W
+propform.h     W
+proplist.h     W
+radiobox.h     W
+radiobut.h     W
+region.h       W
+resource.h     W
+sashwin.h      W
+sckaddr.h      W
+sckipc.h       W
+sckstrm.h      W
+scrolbar.h     W
+scrolwin.h     W
+serbase.h      W
+settings.h     W
+setup.h        W       B
+sizer.h        W
+slider.h       W
+socket.h       W
+spinbutt.h     W
+spinctrl.h     W
+splitter.h     W
+statbmp.h      W
+statbox.h      W
+statline.h     W
+stattext.h     W
+statusbr.h     W
+strconv.h      W       B
+stream.h       W       B
+string.h       W       B
+tab.h  W
+tabctrl.h      W
+taskbar.h      W
+tbar95.h       W
+tbarbase.h     W
+tbarmsw.h      W
+tbarsmpl.h     W
+textctrl.h     W
+textdlg.h      W
+textfile.h     W       B
+txtstrm.h      W       B
+thread.h       W       B
+time.h W       B
+timer.h        W       B
+tipdlg.h       W
+tokenzr.h      W       B
+toolbar.h      W
+tooltip.h      W
+treectrl.h     W
+types.h        W
+url.h  W
+utils.h        W       B
+valgen.h       W
+validate.h     W
+valtext.h      W
+variant.h      W       B
+version.h      W       B
+wave.h W
+wfstream.h     W
+window.h       W
+wx.h   W       B
+wx_cw.h        W
+wx_cw_cm.h     W
+wx_cw_d.h      W
+wxchar.h       W       B
+wxexpr.h       W
+wxhtml.h       W
+wxprec.h       W       B
+xpmhand.h      W
+zipstrm.h      W
+zstream.h      W
+
+accel.h        K
+app.h  K
+bitmap.h       K
+bmpbuttn.h     K
+brush.h        K
+button.h       K
+checkbox.h     K
+checklst.h     K
+choice.h       K
+clipbrd.h      K
+colour.h       K
+combobox.h     K
+control.h      K
+cursor.h       K
+dataobj.h      K
+dc.h   K
+dcclient.h     K
+dcmemory.h     K
+dcscreen.h     K
+dialog.h       K
+dnd.h  K
+filedlg.h      K
+font.h K
+fontdlg.h      K
+frame.h        K
+gauge.h        K
+gdiobj.h       K
+icon.h K
+joystick.h     K
+listbox.h      K
+mdi.h  K
+menu.h K
+menuitem.h     K
+minifram.h     K
+notebook.h     K
+palette.h      K
+pen.h  K
+radiobox.h     K
+radiobut.h     K
+region.h       K
+scrolbar.h     K
+settings.h     K
+slider.h       K
+spinbutt.h     K
+spinctrl.h     K
+statbmp.h      K
+statbox.h      K
+statline.h     K
+stattext.h     K
+tbargtk.h      K
+textctrl.h     K
+timer.h        K
+tooltip.h      K
+treectrl.h     K
+wave.h K
+win_gtk.h      K
+window.h       K
+
+accel.h        F
+app.h  F
+bitmap.h       F
+bmpbuttn.h     F
+brush.h        F
+button.h       F
+checkbox.h     F
+checklst.h     F
+choice.h       F
+clipbrd.h      F
+colordlg.h     F
+colour.h       F
+combobox.h     F
+control.h      F
+cursor.h       F
+dataobj.h      F
+dc.h   F
+dcclient.h     F
+dcmemory.h     F
+dcprint.h      F
+dcscreen.h     F
+dialog.h       F
+dnd.h  F
+filedlg.h      F
+font.h F
+fontdlg.h      F
+frame.h        F
+gauge.h        F
+gdiobj.h       F
+icon.h F
+joystick.h     F
+listbox.h      F
+mdi.h  F
+menu.h F
+menuitem.h     F
+metafile.h     F
+minifram.h     F
+msgdlg.h       F
+palette.h      F
+pen.h  F
+print.h        F
+printdlg.h     F
+private.h      F
+radiobox.h     F
+radiobut.h     F
+region.h       F
+scrolbar.h     F
+settings.h     F
+slider.h       F
+spinbutt.h     F
+statbmp.h      F
+statbox.h      F
+stattext.h     F
+textctrl.h     F
+timer.h        F
+toolbar.h      F
+window.h       F
+
+accel.h        B
+app.h  B
+bitmap.h       B
+bmpbuttn.h     B
+brush.h        B
+button.h       B
+caret.h        B
+checkbox.h     B
+checklst.h     B
+choice.h       B
+clipbrd.h      B
+colordlg.h     B
+colour.h       B
+combobox.h     B
+control.h      B
+curico.h       B
+curicop.h      B
+cursor.h       B
+dc.h   B
+dcclient.h     B
+dcmemory.h     B
+dcprint.h      B
+dcscreen.h     B
+dde.h  B
+dialog.h       B
+dib.h  B
+dibutils.h     B
+dirdlg.h       B
+dragimag.h     B
+filedlg.h      B
+font.h B
+fontdlg.h      B
+frame.h        B
+gauge.h        B
+gauge95.h      B
+gaugemsw.h     B
+gdiobj.h       B
+helpwin.h      B
+icon.h B
+imaglist.h     B
+iniconf.h      B
+joystick.h     B
+listbox.h      B
+listctrl.h     B
+mdi.h  B
+menu.h B
+menuitem.h     B
+metafile.h     B
+minifram.h     B
+msgdlg.h       B
+msvcrt.h       B
+notebook.h     B
+palette.h      B
+pen.h  B
+pnghand.h      B
+pngread.h      B
+printdlg.h     B
+printwin.h     B
+private.h      B
+radiobox.h     B
+radiobut.h     B
+regconf.h      B
+region.h       B
+registry.h     B
+scrolbar.h     B
+settings.h     B
+setup0.h       B
+slider.h       B
+slider95.h     B
+slidrmsw.h     B
+spinbutt.h     B
+statbmp.h      B
+statbox.h      B
+statbr95.h     B
+statline.h     B
+stattext.h     B
+tabctrl.h      B
+taskbar.h      B
+tbar95.h       B
+tbarmsw.h      B
+textctrl.h     B
+timer.h        B
+tooltip.h      B
+treectrl.h     B
+wave.h B
+window.h       B
+winundef.h     B
+xpmhand.h      B
+# blank.cur    B
+# bullseye.cur B
+# child.ico    B
+# clock.cur    B
+# error.ico    B
+# hand.cur     B
+# heart.cur    B
+# info.ico     B
+# magnif1.cur  B
+# mdi.ico      B
+# noentry.cur  B
+# pbrush.cur   B
+# pencil.cur   B
+# pntleft.cur  B
+# pntright.cur B
+# query.cur    B
+# question.ico B
+# roller.cur   B
+# size.cur     B
+# std.ico      B
+# tip.ico      B
+# warning.ico  B
+# watch1.cur   B
+# disable.bmp  B
+# wx.rc        B
+
+execute.h      S
+
+file.h P
+ftp.h  P
+http.h P
+protocol.h     P
+
+forcelnk.h     L
+helpdata.h     L
+helpfrm.h      L
+helpctrl.h     L
+htmlcell.h     L
+htmldefs.h     L
+htmlfilt.h     L
+htmlpars.h     L
+htmltag.h      L
+htmlwin.h      L
+winpars.h      L
+m_templ.h      L
 
 
-accel.h        I       GTK
-app.h  I       GTK
-bitmap.h       I       GTK
-bmpbuttn.h     I       GTK
-brush.h        I       GTK
-button.h       I       GTK
-checkbox.h     I       GTK
-checklst.h     I       GTK
-choice.h       I       GTK
-choicdlg.h     I       GTK
-clipbrd.h      I       GTK
-colour.h       I       GTK
-combobox.h     I       GTK
-control.h      I       GTK
-cursor.h       I       GTK
-dataobj.h      I       GTK
-dc.h   I       GTK
-dcclient.h     I       GTK
-dcmemory.h     I       GTK
-dcscreen.h     I       GTK
-dialog.h       I       GTK
-dnd.h  I       GTK
-filedlg.h      I       GTK
-font.h I       GTK
-frame.h        I       GTK
-gauge.h        I       GTK
-gdiobj.h       I       GTK
-icon.h I       GTK
-joystick.h     I       GTK
-listbox.h      I       GTK
-mdi.h  I       GTK
-menu.h I       GTK
-menuitem.h     I       GTK
-msgdlg.h       I       GTK
-minifram.h     I       GTK
-notebook.h     I       GTK
-palette.h      I       GTK
-pen.h  I       GTK
-radiobox.h     I       GTK
-radiobut.h     I       GTK
-region.h       I       GTK
-scrolbar.h     I       GTK
-settings.h     I       GTK
-slider.h       I       GTK
-spinbutt.h     I       GTK
-statbmp.h      I       GTK
-statbox.h      I       GTK
-statline.h     I       GTK
-stattext.h     I       GTK
-tbargtk.h      I       GTK
-textctrl.h     I       GTK
-textdlg.h      I       GTK
-timer.h        I       GTK
-tooltip.h      I       GTK
-treectrl.h     I       GTK
-wave.h I       GTK
-win_gtk.h      I       GTK
-window.h       I       GTK
+caret.h        N
+choicdgg.h     N
+colrdlgg.h     N
+dcpsg.h        N
+dirdlgg.h      N
+fontdlgg.h     N
+filedlgg.h     N
+grid.h N
+helpext.h      N
+helpwxht.h     N
+helphtml.h     N
+helpxlp.h      N
+imaglist.h     N
+laywin.h       N
+listctrl.h     N
+msgdlgg.h      N
+notebook.h     N
+panelg.h       N
+printps.h      N
+prntdlgg.h     N
+progdlgg.h     N
+sashwin.h      N
+scrolwin.h     N
+splitter.h     N
+statusbr.h     N
+tabg.h N
+textdlgg.h     N
+treectrl.h     N
 
 # vi: set noet ts=16 nolist:
 
 # vi: set noet ts=16 nolist: