X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10eb1f1eac4f334f4acaae8199178131eeba5f74..818503a1826c8d32340234318afe6de35f756c2f:/src/files.lst diff --git a/src/files.lst b/src/files.lst index c41b27395f..9cee4ea185 100644 --- a/src/files.lst +++ b/src/files.lst @@ -1,8 +1,9 @@ -# This file was automatically generated by tmake at 17:52, 2001/10/30 +# 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/datetime.cpp \ @@ -12,6 +13,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 +29,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 \ @@ -38,7 +41,6 @@ ALL_SOURCES = \ common/module.cpp \ common/mstream.cpp \ common/object.cpp \ - common/objstrm.cpp \ common/process.cpp \ common/protocol.cpp \ common/regex.cpp \ @@ -46,12 +48,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,13 +83,15 @@ 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 \ chkconf.h \ + clntdata.h \ cmdline.h \ confbase.h \ config.h \ @@ -103,8 +107,10 @@ ALL_HEADERS = \ dir.h \ dynarray.h \ dynlib.h \ + dynload.h \ encconv.h \ event.h \ + features.h \ ffile.h \ file.h \ fileconf.h \ @@ -118,33 +124,36 @@ ALL_HEADERS = \ fs_zip.h \ gsocket.h \ hash.h \ + hashmap.h \ intl.h \ ioswrap.h \ ipcbase.h \ + isql.h \ + isqlext.h \ list.h \ listimpl.cpp \ log.h \ longlong.h \ memconf.h \ memory.h \ + memtext.h \ mimetype.h \ module.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 \ @@ -156,6 +165,7 @@ ALL_HEADERS = \ variant.h \ vector.h \ version.h \ + volume.h \ wfstream.h \ wx.h \ wxchar.h \ @@ -166,6 +176,7 @@ ALL_HEADERS = \ unix/mimetype.h \ msw/dde.h \ msw/mimetype.h \ + msw/winundef.h \ protocol/file.h \ protocol/ftp.h \ protocol/http.h \ @@ -174,6 +185,7 @@ ALL_HEADERS = \ BASE_OBJS = \ init.o \ appcmn.o \ + clntdata.o \ cmdline.o \ config.o \ datetime.o \ @@ -183,6 +195,7 @@ BASE_OBJS = \ dircmn.o \ dynarray.o \ dynlib.o \ + dynload.o \ encconv.o \ event.o \ extended.o \ @@ -198,6 +211,7 @@ BASE_OBJS = \ fs_zip.o \ ftp.o \ hash.o \ + hashmap.o \ http.o \ intl.o \ ipcbase.o \ @@ -209,7 +223,6 @@ BASE_OBJS = \ module.o \ mstream.o \ object.o \ - objstrm.o \ process.o \ protocol.o \ regex.o \ @@ -217,12 +230,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 +269,7 @@ BASE_MSW_OBJS = \ snglinst.o \ thread.o \ utils.o \ - utilsexc.o + utilsexc.o \ + volume.o