X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0cb0ba509fad1fb966d4d5277ff28071d7a8477..e2ca829e7dc84e32a0949cbd852adf9b59cacd0b:/src/files.lst diff --git a/src/files.lst b/src/files.lst index ab056d5b03..c2d92dd020 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 \ @@ -90,6 +91,7 @@ ALL_HEADERS = \ app.h \ arrimpl.cpp \ buffer.h \ + build.h \ chkconf.h \ clntdata.h \ cmdline.h \ @@ -110,6 +112,7 @@ ALL_HEADERS = \ dynload.h \ encconv.h \ event.h \ + features.h \ ffile.h \ file.h \ fileconf.h \ @@ -125,7 +128,9 @@ ALL_HEADERS = \ hash.h \ hashmap.h \ intl.h \ + iosfwrap.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ isql.h \ isqlext.h \ @@ -138,6 +143,7 @@ ALL_HEADERS = \ memtext.h \ mimetype.h \ module.h \ + msgout.h \ mstream.h \ object.h \ platform.h \ @@ -155,6 +161,7 @@ ALL_HEADERS = \ textbuf.h \ textfile.h \ thread.h \ + thrimpl.cpp \ time.h \ timer.h \ tokenzr.h \ @@ -174,6 +181,7 @@ ALL_HEADERS = \ unix/gsockunx.h \ unix/mimetype.h \ msw/dde.h \ + msw/gccpriv.h \ msw/mimetype.h \ msw/winundef.h \ protocol/file.h \ @@ -220,6 +228,7 @@ BASE_OBJS = \ memory.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ object.o \ process.o \