X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a514d12e8ff7c353cd420cf28a53471623e5569..fa275e864825d4fbd99d6a3ccb911998fce13a02:/src/files.lst diff --git a/src/files.lst b/src/files.lst index d96380915b..9e01926773 100644 --- a/src/files.lst +++ b/src/files.lst @@ -6,6 +6,7 @@ ALL_SOURCES = \ common/clntdata.cpp \ common/cmdline.cpp \ common/config.cpp \ + common/datacmn.cpp \ common/datetime.cpp \ common/datstrm.cpp \ common/db.cpp \ @@ -97,7 +98,6 @@ ALL_HEADERS = \ cmdline.h \ confbase.h \ config.h \ - date.h \ datetime.h \ datetime.inl \ datstrm.h \ @@ -139,6 +139,7 @@ ALL_HEADERS = \ listimpl.cpp \ log.h \ longlong.h \ + math.h \ memconf.h \ memory.h \ memtext.h \ @@ -163,7 +164,6 @@ ALL_HEADERS = \ textfile.h \ thread.h \ thrimpl.cpp \ - time.h \ timer.h \ tokenzr.h \ txtstrm.h \ @@ -196,6 +196,7 @@ BASE_OBJS = \ clntdata.o \ cmdline.o \ config.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \