X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e8b69c74893bb2256e444fb358c74f3c0c50b2a..5541d1fda4b73af86e42b2f43724f0c063a352d0:/src/mgl/files.lst diff --git a/src/mgl/files.lst b/src/mgl/files.lst index 8b7852197b..0c86651394 100644 --- a/src/mgl/files.lst +++ b/src/mgl/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:59, 2002/01/01 +# 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 \ @@ -41,6 +41,7 @@ ALL_SOURCES = \ generic/tabg.cpp \ generic/tbarsmpl.cpp \ generic/textdlgg.cpp \ + generic/timer.cpp \ generic/tipdlg.cpp \ generic/tipwin.cpp \ generic/treectlg.cpp \ @@ -98,12 +99,14 @@ ALL_SOURCES = \ common/geometry.cpp \ common/gifdecod.cpp \ common/hash.cpp \ + common/hashmap.cpp \ common/helpbase.cpp \ common/http.cpp \ common/imagall.cpp \ common/imagbmp.cpp \ common/image.cpp \ common/imaggif.cpp \ + common/imagiff.cpp \ common/imagjpeg.cpp \ common/imagpcx.cpp \ common/imagpng.cpp \ @@ -180,7 +183,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 +194,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 +222,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 @@ -275,6 +279,7 @@ ALL_HEADERS = \ dialog.h \ dialup.h \ dir.h \ + dirctrl.h \ dirdlg.h \ dnd.h \ docmdi.h \ @@ -313,6 +318,7 @@ ALL_HEADERS = \ grid.h \ gsocket.h \ hash.h \ + hashmap.h \ help.h \ helpbase.h \ helphtml.h \ @@ -321,6 +327,7 @@ ALL_HEADERS = \ imagbmp.h \ image.h \ imaggif.h \ + imagiff.h \ imagjpeg.h \ imaglist.h \ imagpcx.h \ @@ -434,6 +441,7 @@ ALL_HEADERS = \ variant.h \ vector.h \ version.h \ + volume.h \ wave.h \ wfstream.h \ window.h \ @@ -485,6 +493,7 @@ ALL_HEADERS = \ generic/statusbr.h \ generic/tabg.h \ generic/textdlgg.h \ + generic/timer.h \ generic/treectlg.h \ generic/wizard.h \ unix/execute.h \ @@ -563,12 +572,14 @@ COMMONOBJS = \ geometry.o \ gifdecod.o \ hash.o \ + hashmap.o \ helpbase.o \ http.o \ imagall.o \ imagbmp.o \ image.o \ imaggif.o \ + imagiff.o \ imagjpeg.o \ imagpcx.o \ imagpng.o \ @@ -676,6 +687,7 @@ GENERICOBJS = \ tabg.o \ tbarsmpl.o \ textdlgg.o \ + timer.o \ tipdlg.o \ tipwin.o \ treectlg.o \ @@ -694,7 +706,7 @@ GUI_LOWLEVEL_OBJS = \ dcclient.o \ dcmemory.o \ dcscreen.o \ - dir.o \ + dirmgl.o \ evtloop.o \ font.o \ fontenum.o \ @@ -705,13 +717,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 +749,7 @@ HTMLOBJS = \ m_list.o \ m_meta.o \ m_pre.o \ + m_style.o \ m_tables.o \ winpars.o