X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47dddc2f4bfdc2f44f6cf6f5ec33c409da7c0c35..581ee8a9c5cc369e556b6749fe106fe2f95ce7bc:/src/files.lst diff --git a/src/files.lst b/src/files.lst index 4fd21e70ed..d96380915b 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 \ @@ -99,6 +102,7 @@ ALL_HEADERS = \ datetime.inl \ datstrm.h \ db.h \ + dbkeyg.h \ dbtable.h \ dde.h \ debug.h \ @@ -109,6 +113,7 @@ ALL_HEADERS = \ dynload.h \ encconv.h \ event.h \ + features.h \ ffile.h \ file.h \ fileconf.h \ @@ -124,7 +129,9 @@ ALL_HEADERS = \ hash.h \ hashmap.h \ intl.h \ + iosfwrap.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ isql.h \ isqlext.h \ @@ -137,6 +144,7 @@ ALL_HEADERS = \ memtext.h \ mimetype.h \ module.h \ + msgout.h \ mstream.h \ object.h \ platform.h \ @@ -154,6 +162,7 @@ ALL_HEADERS = \ textbuf.h \ textfile.h \ thread.h \ + thrimpl.cpp \ time.h \ timer.h \ tokenzr.h \ @@ -163,6 +172,7 @@ ALL_HEADERS = \ variant.h \ vector.h \ version.h \ + volume.h \ wfstream.h \ wx.h \ wxchar.h \ @@ -172,6 +182,7 @@ ALL_HEADERS = \ unix/gsockunx.h \ unix/mimetype.h \ msw/dde.h \ + msw/gccpriv.h \ msw/mimetype.h \ msw/winundef.h \ protocol/file.h \ @@ -218,6 +229,7 @@ BASE_OBJS = \ memory.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ object.o \ process.o \ @@ -266,6 +278,7 @@ BASE_MSW_OBJS = \ snglinst.o \ thread.o \ utils.o \ - utilsexc.o + utilsexc.o \ + volume.o