X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..d90bb48e691aef38bfe48c3d7d2a523a4aa7ddd1:/src/files.lst diff --git a/src/files.lst b/src/files.lst index 5716797e3e..1c9f01c609 100644 --- a/src/files.lst +++ b/src/files.lst @@ -1,8 +1,9 @@ -# This file was automatically generated by tmake at 16:49, 2001/09/21 +# This file was automatically generated by tmake at 16:36, 2001/11/20 # 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 \ @@ -52,6 +53,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/textbuf.cpp \ common/textfile.cpp \ common/timercmn.cpp \ common/tokenzr.cpp \ @@ -88,6 +90,7 @@ ALL_HEADERS = \ arrimpl.cpp \ buffer.h \ chkconf.h \ + clntdata.h \ cmdline.h \ confbase.h \ config.h \ @@ -127,24 +130,26 @@ ALL_HEADERS = \ longlong.h \ memconf.h \ memory.h \ + memtext.h \ mimetype.h \ module.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 \ stream.h \ string.h \ sysopt.h \ + textbuf.h \ textfile.h \ thread.h \ time.h \ @@ -174,6 +179,7 @@ ALL_HEADERS = \ BASE_OBJS = \ init.o \ appcmn.o \ + clntdata.o \ cmdline.o \ config.o \ datetime.o \ @@ -223,6 +229,7 @@ BASE_OBJS = \ stream.o \ string.o \ sysopt.o \ + textbuf.o \ textfile.o \ timercmn.o \ tokenzr.o \