summaryrefslogtreecommitdiff
path: root/library/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-24 12:13:51 +0100
committerPetr Mrázek2012-03-24 12:13:51 +0100
commit8a847dbaba6f8b38a0fc170f72692470557f2e12 (patch)
tree8443203a4d32eb90f1801e9dc86677b94d6d2e26 /library/CMakeLists.txt
parent7fe5fc9a906710bc603bf93b3e282872990a3361 (diff)
downloaddfhack-8a847dbaba6f8b38a0fc170f72692470557f2e12.tar.gz
dfhack-8a847dbaba6f8b38a0fc170f72692470557f2e12.tar.bz2
dfhack-8a847dbaba6f8b38a0fc170f72692470557f2e12.tar.xz
Tweaks and cleanups
Removed t_virtual. Made lua use C++ compiler Removed many silly exception types from Error.h and renamed the rest. Removed Brush classes from tiletypes plugin.
Diffstat (limited to 'library/CMakeLists.txt')
-rw-r--r--library/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index 72bf91e6..7ff645ba 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -41,7 +41,6 @@ include/TileTypes.h
include/Types.h
include/VersionInfo.h
include/VersionInfoFactory.h
-include/Virtual.h
include/RemoteClient.h
include/RemoteServer.h
include/RemoteTools.h
@@ -63,7 +62,6 @@ MiscUtils.cpp
PluginManager.cpp
TileTypes.cpp
VersionInfoFactory.cpp
-Virtual.cpp
RemoteClient.cpp
RemoteServer.cpp
RemoteTools.cpp