diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-23 16:04:56 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-23 16:04:56 +0000 |
commit | 99cee80e309db58d36732280e954d4c99f82ba36 (patch) | |
tree | c62fe30d2925bb9260d069e784a2e20d847cae3c /data/CMakeLists.txt | |
parent | 6ae4b3a7f49d168e14bbf70b66e1340b75b71d63 (diff) | |
download | mana-99cee80e309db58d36732280e954d4c99f82ba36.tar.gz mana-99cee80e309db58d36732280e954d4c99f82ba36.tar.bz2 mana-99cee80e309db58d36732280e954d4c99f82ba36.tar.xz mana-99cee80e309db58d36732280e954d4c99f82ba36.zip |
Removed database files, minimaps, items, monster sprites, maps and sounds from
the release. They will be released dynamically only.
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r-- | data/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 2d2aa82f..3c482b49 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -3,13 +3,3 @@ SET(DATA_DIR ${PKG_DATADIR}/data) ADD_SUBDIRECTORY(graphics) ADD_SUBDIRECTORY(help) ADD_SUBDIRECTORY(icons) -ADD_SUBDIRECTORY(maps) -ADD_SUBDIRECTORY(sfx) - -SET(FILES - equipment.xml - items.xml - monsters.xml - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}) |