X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..c91a2f7e67fae4278e2f931209aa386b5d67ae9d:/src/files.lst diff --git a/src/files.lst b/src/files.lst index 5716797e3e..9e01926773 100644 --- a/src/files.lst +++ b/src/files.lst @@ -1,10 +1,12 @@ -# This file was automatically generated by tmake at 16:49, 2001/09/21 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T! ALL_SOURCES = \ common/init.cpp \ common/appcmn.cpp \ + common/clntdata.cpp \ common/cmdline.cpp \ common/config.cpp \ + common/datacmn.cpp \ common/datetime.cpp \ common/datstrm.cpp \ common/db.cpp \ @@ -12,6 +14,7 @@ ALL_SOURCES = \ common/dircmn.cpp \ common/dynarray.cpp \ common/dynlib.cpp \ + common/dynload.cpp \ common/encconv.cpp \ common/event.cpp \ common/extended.c \ @@ -27,6 +30,7 @@ ALL_SOURCES = \ common/fs_zip.cpp \ common/ftp.cpp \ common/hash.cpp \ + common/hashmap.cpp \ common/http.cpp \ common/intl.cpp \ common/ipcbase.cpp \ @@ -36,9 +40,9 @@ ALL_SOURCES = \ common/memory.cpp \ common/mimecmn.cpp \ common/module.cpp \ + common/msgout.cpp \ common/mstream.cpp \ common/object.cpp \ - common/objstrm.cpp \ common/process.cpp \ common/protocol.cpp \ common/regex.cpp \ @@ -46,12 +50,12 @@ ALL_SOURCES = \ common/sckfile.cpp \ common/sckipc.cpp \ common/sckstrm.cpp \ - common/serbase.cpp \ common/socket.cpp \ common/strconv.cpp \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/textbuf.cpp \ common/textfile.cpp \ common/timercmn.cpp \ common/tokenzr.cpp \ @@ -81,21 +85,24 @@ ALL_SOURCES = \ msw/snglinst.cpp \ msw/thread.cpp \ msw/utils.cpp \ - msw/utilsexc.cpp + msw/utilsexc.cpp \ + msw/volume.cpp ALL_HEADERS = \ app.h \ arrimpl.cpp \ buffer.h \ + build.h \ chkconf.h \ + clntdata.h \ cmdline.h \ confbase.h \ config.h \ - date.h \ datetime.h \ datetime.inl \ datstrm.h \ db.h \ + dbkeyg.h \ dbtable.h \ dde.h \ debug.h \ @@ -103,8 +110,10 @@ ALL_HEADERS = \ dir.h \ dynarray.h \ dynlib.h \ + dynload.h \ encconv.h \ event.h \ + features.h \ ffile.h \ file.h \ fileconf.h \ @@ -118,36 +127,43 @@ ALL_HEADERS = \ fs_zip.h \ gsocket.h \ hash.h \ + hashmap.h \ intl.h \ + iosfwrap.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ + isql.h \ + isqlext.h \ list.h \ listimpl.cpp \ log.h \ longlong.h \ + math.h \ memconf.h \ memory.h \ + memtext.h \ mimetype.h \ module.h \ + msgout.h \ mstream.h \ object.h \ - objstrm.h \ + platform.h \ process.h \ regex.h \ sckaddr.h \ sckipc.h \ sckstrm.h \ - serbase.h \ - setup.h \ snglinst.h \ socket.h \ strconv.h \ stream.h \ string.h \ sysopt.h \ + textbuf.h \ textfile.h \ thread.h \ - time.h \ + thrimpl.cpp \ timer.h \ tokenzr.h \ txtstrm.h \ @@ -156,6 +172,7 @@ ALL_HEADERS = \ variant.h \ vector.h \ version.h \ + volume.h \ wfstream.h \ wx.h \ wxchar.h \ @@ -165,7 +182,9 @@ ALL_HEADERS = \ unix/gsockunx.h \ unix/mimetype.h \ msw/dde.h \ + msw/gccpriv.h \ msw/mimetype.h \ + msw/winundef.h \ protocol/file.h \ protocol/ftp.h \ protocol/http.h \ @@ -174,8 +193,10 @@ ALL_HEADERS = \ BASE_OBJS = \ init.o \ appcmn.o \ + clntdata.o \ cmdline.o \ config.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \ @@ -183,6 +204,7 @@ BASE_OBJS = \ dircmn.o \ dynarray.o \ dynlib.o \ + dynload.o \ encconv.o \ event.o \ extended.o \ @@ -198,6 +220,7 @@ BASE_OBJS = \ fs_zip.o \ ftp.o \ hash.o \ + hashmap.o \ http.o \ intl.o \ ipcbase.o \ @@ -207,9 +230,9 @@ BASE_OBJS = \ memory.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ object.o \ - objstrm.o \ process.o \ protocol.o \ regex.o \ @@ -217,12 +240,12 @@ BASE_OBJS = \ sckfile.o \ sckipc.o \ sckstrm.o \ - serbase.o \ socket.o \ strconv.o \ stream.o \ string.o \ sysopt.o \ + textbuf.o \ textfile.o \ timercmn.o \ tokenzr.o \ @@ -256,6 +279,7 @@ BASE_MSW_OBJS = \ snglinst.o \ thread.o \ utils.o \ - utilsexc.o + utilsexc.o \ + volume.o