mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
* Sounds/GNUmakefile: Change makefile to copy wav files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
72e7f4a694
commit
d5cb6fc832
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-08-01 17:49-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Sounds/GNUmakefile: Change makefile to copy wav files.
|
||||
|
||||
2009-08-01 17:47-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Sounds/Basso.ogg: Deleted..
|
||||
|
|
|
@ -32,10 +32,10 @@ include ../Version
|
|||
sounddir = $(GNUSTEP_LIBRARY)/Sounds
|
||||
|
||||
SOUND_FILES = \
|
||||
Basso.ogg \
|
||||
Blow.ogg \
|
||||
Bottle.ogg \
|
||||
Glass.ogg
|
||||
Basso.wav \
|
||||
Blow.wav \
|
||||
Bottle.wav \
|
||||
Glass.wav
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
|
|
Loading…
Reference in a new issue