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 | 39c289bae4b8830105c88633b6f2fc81f0e41583 (patch) | |
tree | 42cb507d2e515a2abad8a6f9ae7759810a79a7fc /graphics/images/CMakeLists.txt | |
parent | 067cfbe24d7b1db7a4357272f47a3333c0db13d4 (diff) | |
download | clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.tar.gz clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.tar.bz2 clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.tar.xz clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.zip |
Removed database files, minimaps, items, monster sprites, maps and sounds from
the release. They will be released dynamically only.
Diffstat (limited to 'graphics/images/CMakeLists.txt')
-rw-r--r-- | graphics/images/CMakeLists.txt | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/graphics/images/CMakeLists.txt b/graphics/images/CMakeLists.txt index 2566cf3d..1e1cf19f 100644 --- a/graphics/images/CMakeLists.txt +++ b/graphics/images/CMakeLists.txt @@ -1,18 +1,8 @@ ADD_SUBDIRECTORY(ambient) SET (FILES - error.png + error.png login_wallpaper.png - minimap_new_1-1.png - minimap_new_2-1.png - minimap_new_3-1.png - minimap_new_5-1.png - minimap_new_7-1.png - minimap_new_9-1.png - minimap_new_14-1.png - minimap_new_15-1.png - minimap_new_16-1.png - minimap_new_17-1.png ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images)
\ No newline at end of file +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) |