X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1daa0751dbaa8a886ba9d730a09f12a2623e7461..4a46a5df879c4f820d0a0a435b34c7d5e4793991:/src/mgl/files.lst diff --git a/src/mgl/files.lst b/src/mgl/files.lst index a77a985913..be66b64799 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 \ @@ -98,12 +98,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 +182,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 \ @@ -196,6 +198,7 @@ ALL_SOURCES = \ 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 \ @@ -563,12 +570,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 \ @@ -694,7 +703,7 @@ GUI_LOWLEVEL_OBJS = \ dcclient.o \ dcmemory.o \ dcscreen.o \ - dir.o \ + dirmgl.o \ evtloop.o \ font.o \ fontenum.o \ @@ -712,6 +721,7 @@ GUI_LOWLEVEL_OBJS = \ UNIXOBJS = \ dialup.o \ + dir.o \ gsocket.o \ mimetype.o \ snglinst.o \ @@ -737,6 +747,7 @@ HTMLOBJS = \ m_list.o \ m_meta.o \ m_pre.o \ + m_style.o \ m_tables.o \ winpars.o