diff options
author | XTZGZoReX <none@none> | 2009-03-19 15:32:16 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-03-19 15:32:16 +0100 |
commit | a075d37fdda31bca4a116444f7ce893f8e596bf8 (patch) | |
tree | 28e2153158cf59ffe7c019c8d4a49c2220cb01e9 /src/shared/CMakeLists.txt | |
parent | 3ff11b64bae87a8c33aede71816ed7fb8b82f766 (diff) |
* Removed unused/unneeded classes: Base, Mthread
* Fixed a merge issue that broke VC71 files.
* Moved WheatyExceptionReport to shared, where it should be.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/CMakeLists.txt')
-rw-r--r-- | src/shared/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/CMakeLists.txt b/src/shared/CMakeLists.txt index 36d65544d3c..8ecfccad34f 100644 --- a/src/shared/CMakeLists.txt +++ b/src/shared/CMakeLists.txt @@ -6,16 +6,12 @@ add_subdirectory(Database) ########### next target ############### SET(shared_STAT_SRCS - Base.cpp - Base.h ByteBuffer.h Common.cpp Common.h Errors.h Log.cpp Log.h - Mthread.cpp - Mthread.h ProgressBar.cpp ProgressBar.h Timer.h |