X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47dddc2f4bfdc2f44f6cf6f5ec33c409da7c0c35..15cae9eb9e277bcc3c63b3c5c20defe981660c79:/src/files.lst diff --git a/src/files.lst b/src/files.lst index 4fd21e70ed..5819cb2fb6 100644 --- a/src/files.lst +++ b/src/files.lst @@ -39,6 +39,7 @@ ALL_SOURCES = \ common/memory.cpp \ common/mimecmn.cpp \ common/module.cpp \ + common/msgout.cpp \ common/mstream.cpp \ common/object.cpp \ common/process.cpp \ @@ -83,12 +84,14 @@ 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 \ @@ -109,6 +112,7 @@ ALL_HEADERS = \ dynload.h \ encconv.h \ event.h \ + features.h \ ffile.h \ file.h \ fileconf.h \ @@ -125,6 +129,7 @@ ALL_HEADERS = \ hashmap.h \ intl.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ isql.h \ isqlext.h \ @@ -137,6 +142,7 @@ ALL_HEADERS = \ memtext.h \ mimetype.h \ module.h \ + msgout.h \ mstream.h \ object.h \ platform.h \ @@ -154,6 +160,7 @@ ALL_HEADERS = \ textbuf.h \ textfile.h \ thread.h \ + thrimpl.cpp \ time.h \ timer.h \ tokenzr.h \ @@ -163,6 +170,7 @@ ALL_HEADERS = \ variant.h \ vector.h \ version.h \ + volume.h \ wfstream.h \ wx.h \ wxchar.h \ @@ -218,6 +226,7 @@ BASE_OBJS = \ memory.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ object.o \ process.o \ @@ -266,6 +275,7 @@ BASE_MSW_OBJS = \ snglinst.o \ thread.o \ utils.o \ - utilsexc.o + utilsexc.o \ + volume.o