X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e4786bb37ff247ce8f11cd0f7305136357c6f40..adf2eb2d343159326a68ba1a9b1a76f60f30d937:/src/files.lst diff --git a/src/files.lst b/src/files.lst index c2d92dd020..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,11 +98,11 @@ ALL_HEADERS = \ cmdline.h \ confbase.h \ config.h \ - date.h \ datetime.h \ datetime.inl \ datstrm.h \ db.h \ + dbkeyg.h \ dbtable.h \ dde.h \ debug.h \ @@ -138,6 +139,7 @@ ALL_HEADERS = \ listimpl.cpp \ log.h \ longlong.h \ + math.h \ memconf.h \ memory.h \ memtext.h \ @@ -162,7 +164,6 @@ ALL_HEADERS = \ textfile.h \ thread.h \ thrimpl.cpp \ - time.h \ timer.h \ tokenzr.h \ txtstrm.h \ @@ -195,6 +196,7 @@ BASE_OBJS = \ clntdata.o \ cmdline.o \ config.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \