X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d74b838cf3e7bc6843e3359cfb6eaeccf0fc970e..56acdfef2f2759bbc03c2fab5f7da25f6ca6d563:/src/files.lst?ds=sidebyside diff --git a/src/files.lst b/src/files.lst index 9805a5ac6d..e7729aea61 100644 --- a/src/files.lst +++ b/src/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:26, 2002/01/29 +# 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 \ @@ -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,7 +129,10 @@ ALL_HEADERS = \ hashmap.h \ intl.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ + isql.h \ + isqlext.h \ list.h \ listimpl.cpp \ log.h \ @@ -135,6 +142,7 @@ ALL_HEADERS = \ memtext.h \ mimetype.h \ module.h \ + msgout.h \ mstream.h \ object.h \ platform.h \ @@ -152,6 +160,7 @@ ALL_HEADERS = \ textbuf.h \ textfile.h \ thread.h \ + thrimpl.cpp \ time.h \ timer.h \ tokenzr.h \ @@ -161,6 +170,7 @@ ALL_HEADERS = \ variant.h \ vector.h \ version.h \ + volume.h \ wfstream.h \ wx.h \ wxchar.h \ @@ -170,6 +180,7 @@ ALL_HEADERS = \ unix/gsockunx.h \ unix/mimetype.h \ msw/dde.h \ + msw/gccpriv.h \ msw/mimetype.h \ msw/winundef.h \ protocol/file.h \ @@ -216,6 +227,7 @@ BASE_OBJS = \ memory.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ object.o \ process.o \ @@ -264,6 +276,7 @@ BASE_MSW_OBJS = \ snglinst.o \ thread.o \ utils.o \ - utilsexc.o + utilsexc.o \ + volume.o