X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1daa0751dbaa8a886ba9d730a09f12a2623e7461..e777924b358ae352f30881249f681ebb7a3ce089:/src/mgl/files.lst diff --git a/src/mgl/files.lst b/src/mgl/files.lst index a77a985913..9574b76fc3 100644 --- a/src/mgl/files.lst +++ b/src/mgl/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 12:56, 2001/12/31 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MGL.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -7,6 +7,7 @@ ALL_SOURCES = \ generic/caret.cpp \ generic/choicdgg.cpp \ generic/colrdlgg.cpp \ + generic/dcbuffer.cpp \ generic/dcpsg.cpp \ generic/dirctrlg.cpp \ generic/dirdlgg.cpp \ @@ -19,7 +20,6 @@ ALL_SOURCES = \ generic/gridsel.cpp \ generic/helpext.cpp \ generic/helphtml.cpp \ - generic/helpwxht.cpp \ generic/imaglist.cpp \ generic/laywin.cpp \ generic/listctrl.cpp \ @@ -41,12 +41,15 @@ ALL_SOURCES = \ generic/tabg.cpp \ generic/tbarsmpl.cpp \ generic/textdlgg.cpp \ + generic/timer.cpp \ generic/tipdlg.cpp \ generic/tipwin.cpp \ generic/treectlg.cpp \ generic/treelay.cpp \ generic/wizard.cpp \ common/appcmn.cpp \ + common/artprov.cpp \ + common/artstd.cpp \ common/bmpbase.cpp \ common/choiccmn.cpp \ common/clipcmn.cpp \ @@ -98,12 +101,16 @@ ALL_SOURCES = \ common/geometry.cpp \ common/gifdecod.cpp \ common/hash.cpp \ + common/hashmap.cpp \ common/helpbase.cpp \ common/http.cpp \ + common/iconbndl.cpp \ common/imagall.cpp \ common/imagbmp.cpp \ common/image.cpp \ + common/imagfill.cpp \ common/imaggif.cpp \ + common/imagiff.cpp \ common/imagjpeg.cpp \ common/imagpcx.cpp \ common/imagpng.cpp \ @@ -180,7 +187,7 @@ ALL_SOURCES = \ mgl/dcclient.cpp \ mgl/dcmemory.cpp \ mgl/dcscreen.cpp \ - mgl/dir.cpp \ + mgl/dirmgl.cpp \ mgl/evtloop.cpp \ mgl/font.cpp \ mgl/fontenum.cpp \ @@ -191,11 +198,11 @@ ALL_SOURCES = \ mgl/pen.cpp \ mgl/region.cpp \ mgl/settings.cpp \ - mgl/timer.cpp \ mgl/toplevel.cpp \ mgl/utils.cpp \ mgl/window.cpp \ unix/dialup.cpp \ + unix/dir.cpp \ unix/gsocket.c \ unix/mimetype.cpp \ unix/snglinst.cpp \ @@ -219,6 +226,7 @@ ALL_SOURCES = \ html/m_list.cpp \ html/m_meta.cpp \ html/m_pre.cpp \ + html/m_style.cpp \ html/m_tables.cpp \ html/winpars.cpp @@ -226,6 +234,7 @@ ALL_HEADERS = \ accel.h \ app.h \ arrimpl.cpp \ + artprov.h \ bitmap.h \ bmpbuttn.h \ brush.h \ @@ -264,6 +273,7 @@ ALL_HEADERS = \ dbkeyg.h \ dbtable.h \ dc.h \ + dcbuffer.h \ dcclient.h \ dcmemory.h \ dcprint.h \ @@ -275,6 +285,7 @@ ALL_HEADERS = \ dialog.h \ dialup.h \ dir.h \ + dirctrl.h \ dirdlg.h \ dnd.h \ docmdi.h \ @@ -287,6 +298,7 @@ ALL_HEADERS = \ event.h \ expr.h \ fdrepdlg.h \ + features.h \ ffile.h \ file.h \ fileconf.h \ @@ -313,14 +325,17 @@ ALL_HEADERS = \ grid.h \ gsocket.h \ hash.h \ + hashmap.h \ help.h \ helpbase.h \ helphtml.h \ helpwin.h \ icon.h \ + iconbndl.h \ imagbmp.h \ image.h \ imaggif.h \ + imagiff.h \ imagjpeg.h \ imaglist.h \ imagpcx.h \ @@ -434,6 +449,7 @@ ALL_HEADERS = \ variant.h \ vector.h \ version.h \ + volume.h \ wave.h \ wfstream.h \ window.h \ @@ -466,7 +482,6 @@ ALL_HEADERS = \ generic/gridg.h \ generic/helpext.h \ generic/helphtml.h \ - generic/helpwxht.h \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ @@ -485,12 +500,14 @@ ALL_HEADERS = \ generic/statusbr.h \ generic/tabg.h \ generic/textdlgg.h \ + generic/timer.h \ generic/treectlg.h \ generic/wizard.h \ unix/execute.h \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ html/helpdata.h \ @@ -512,6 +529,8 @@ ALL_HEADERS = \ COMMONOBJS = \ parser.o \ appcmn.o \ + artprov.o \ + artstd.o \ bmpbase.o \ choiccmn.o \ clipcmn.o \ @@ -563,12 +582,16 @@ COMMONOBJS = \ geometry.o \ gifdecod.o \ hash.o \ + hashmap.o \ helpbase.o \ http.o \ + iconbndl.o \ imagall.o \ imagbmp.o \ image.o \ + imagfill.o \ imaggif.o \ + imagiff.o \ imagjpeg.o \ imagpcx.o \ imagpng.o \ @@ -642,6 +665,7 @@ GENERICOBJS = \ caret.o \ choicdgg.o \ colrdlgg.o \ + dcbuffer.o \ dcpsg.o \ dirctrlg.o \ dirdlgg.o \ @@ -654,7 +678,6 @@ GENERICOBJS = \ gridsel.o \ helpext.o \ helphtml.o \ - helpwxht.o \ imaglist.o \ laywin.o \ listctrl.o \ @@ -676,6 +699,7 @@ GENERICOBJS = \ tabg.o \ tbarsmpl.o \ textdlgg.o \ + timer.o \ tipdlg.o \ tipwin.o \ treectlg.o \ @@ -694,7 +718,7 @@ GUI_LOWLEVEL_OBJS = \ dcclient.o \ dcmemory.o \ dcscreen.o \ - dir.o \ + dirmgl.o \ evtloop.o \ font.o \ fontenum.o \ @@ -705,13 +729,13 @@ GUI_LOWLEVEL_OBJS = \ pen.o \ region.o \ settings.o \ - timer.o \ toplevel.o \ utils.o \ window.o UNIXOBJS = \ dialup.o \ + dir.o \ gsocket.o \ mimetype.o \ snglinst.o \ @@ -737,6 +761,7 @@ HTMLOBJS = \ m_list.o \ m_meta.o \ m_pre.o \ + m_style.o \ m_tables.o \ winpars.o