X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3a584a7a6ade199990dd4463488e4bbf3545349..1b6f93fcfe211e81c77d7485c4c3786a846c84df:/src/files.lst diff --git a/src/files.lst b/src/files.lst index 09ff93fc79..e7729aea61 100644 --- a/src/files.lst +++ b/src/files.lst @@ -1,8 +1,9 @@ -# This file was automatically generated by tmake at 21:26, 2001/11/14 +# 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 \ @@ -36,9 +39,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,7 +49,6 @@ ALL_SOURCES = \ common/sckfile.cpp \ common/sckipc.cpp \ common/sckstrm.cpp \ - common/serbase.cpp \ common/socket.cpp \ common/strconv.cpp \ common/stream.cpp \ @@ -82,13 +84,16 @@ 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 \ @@ -104,8 +109,10 @@ ALL_HEADERS = \ dir.h \ dynarray.h \ dynlib.h \ + dynload.h \ encconv.h \ event.h \ + features.h \ ffile.h \ file.h \ fileconf.h \ @@ -119,9 +126,13 @@ ALL_HEADERS = \ fs_zip.h \ gsocket.h \ hash.h \ + hashmap.h \ intl.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ + isql.h \ + isqlext.h \ list.h \ listimpl.cpp \ log.h \ @@ -131,16 +142,15 @@ ALL_HEADERS = \ 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 \ @@ -150,6 +160,7 @@ ALL_HEADERS = \ textbuf.h \ textfile.h \ thread.h \ + thrimpl.cpp \ time.h \ timer.h \ tokenzr.h \ @@ -159,6 +170,7 @@ ALL_HEADERS = \ variant.h \ vector.h \ version.h \ + volume.h \ wfstream.h \ wx.h \ wxchar.h \ @@ -168,7 +180,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 \ @@ -177,6 +191,7 @@ ALL_HEADERS = \ BASE_OBJS = \ init.o \ appcmn.o \ + clntdata.o \ cmdline.o \ config.o \ datetime.o \ @@ -186,6 +201,7 @@ BASE_OBJS = \ dircmn.o \ dynarray.o \ dynlib.o \ + dynload.o \ encconv.o \ event.o \ extended.o \ @@ -201,6 +217,7 @@ BASE_OBJS = \ fs_zip.o \ ftp.o \ hash.o \ + hashmap.o \ http.o \ intl.o \ ipcbase.o \ @@ -210,9 +227,9 @@ BASE_OBJS = \ memory.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ object.o \ - objstrm.o \ process.o \ protocol.o \ regex.o \ @@ -220,7 +237,6 @@ BASE_OBJS = \ sckfile.o \ sckipc.o \ sckstrm.o \ - serbase.o \ socket.o \ strconv.o \ stream.o \ @@ -260,6 +276,7 @@ BASE_MSW_OBJS = \ snglinst.o \ thread.o \ utils.o \ - utilsexc.o + utilsexc.o \ + volume.o