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 /sfx | |
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 'sfx')
-rw-r--r-- | sfx/CMakeLists.txt | 30 | ||||
-rw-r--r-- | sfx/Makefile.am | 33 |
2 files changed, 0 insertions, 63 deletions
diff --git a/sfx/CMakeLists.txt b/sfx/CMakeLists.txt deleted file mode 100644 index 3ae4c385..00000000 --- a/sfx/CMakeLists.txt +++ /dev/null @@ -1,30 +0,0 @@ -SET(FILES - bat-hit1.ogg - bow_shoot_1.ogg - fire-goblin-hit1.ogg - fire-goblin-hit2.ogg - fire-goblin-miss1.ogg - fist-swish.ogg - flower-hit1.ogg - flower-hit2.ogg - flower-miss1.ogg - fluffy-hit1.ogg - fluffy-hit2.ogg - fluffy-hit3.ogg - fluffy-hurt1.ogg - fluffy-miss1.ogg - knife-hit1.ogg - knife-miss1.ogg - levelup.ogg - scorpion-hit1.ogg - scorpion-hit2.ogg - scorpion-hit3.ogg - scorpion-hit4.ogg - scorpion-miss1.ogg - short-sword-hit1.ogg - short-sword-miss1.ogg - shroom-hit1.ogg - slime-hit1.ogg - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/sfx)
\ No newline at end of file diff --git a/sfx/Makefile.am b/sfx/Makefile.am deleted file mode 100644 index f7461f2b..00000000 --- a/sfx/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ - -sfxdir = $(pkgdatadir)/data/sfx - -sfx_DATA = \ - bat-hit1.ogg \ - bow_shoot_1.ogg \ - fire-goblin-hit1.ogg \ - fire-goblin-hit2.ogg \ - fire-goblin-miss1.ogg \ - fist-swish.ogg \ - flower-hit1.ogg \ - flower-hit2.ogg \ - flower-miss1.ogg \ - fluffy-hit1.ogg \ - fluffy-hit2.ogg \ - fluffy-hit3.ogg \ - fluffy-hurt1.ogg \ - fluffy-miss1.ogg \ - knife-hit1.ogg \ - knife-miss1.ogg \ - levelup.ogg \ - scorpion-hit1.ogg \ - scorpion-hit2.ogg \ - scorpion-hit3.ogg \ - scorpion-hit4.ogg \ - scorpion-miss1.ogg \ - short-sword-hit1.ogg \ - short-sword-miss1.ogg \ - shroom-hit1.ogg \ - slime-hit1.ogg - -EXTRA_DIST = \ - $(sfx_DATA)
\ No newline at end of file |