mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 13:50:57 +00:00
* Sounds/Basso.wav
* Sounds/Hero.wav * Sounds/Ping.wav * Sounds/Pop.wav * Sounds/Sosumi.wav * Sounds/Tink.wav: Added new sound files. * Sounds/GNUmakefile: Copy sound files git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28449 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8179620995
commit
d64d54e1da
8 changed files with 17 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2009-08-10 23:25-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
|
* Sounds/Basso.wav
|
||||||
|
* Sounds/Hero.wav
|
||||||
|
* Sounds/Ping.wav
|
||||||
|
* Sounds/Pop.wav
|
||||||
|
* Sounds/Sosumi.wav
|
||||||
|
* Sounds/Tink.wav: Added new sound files.
|
||||||
|
* Sounds/GNUmakefile: Copy sound files.
|
||||||
|
|
||||||
2009-08-08 23:26-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
2009-08-08 23:26-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
* Source/NSMenuItem.m: encodeWithCoder: only encode the NSSubitems
|
* Source/NSMenuItem.m: encodeWithCoder: only encode the NSSubitems
|
||||||
|
|
BIN
Sounds/Basso.wav
BIN
Sounds/Basso.wav
Binary file not shown.
|
@ -32,10 +32,16 @@ include ../Version
|
||||||
sounddir = $(GNUSTEP_LIBRARY)/Sounds
|
sounddir = $(GNUSTEP_LIBRARY)/Sounds
|
||||||
|
|
||||||
SOUND_FILES = \
|
SOUND_FILES = \
|
||||||
|
Glass.wav \
|
||||||
Basso.wav \
|
Basso.wav \
|
||||||
Blow.wav \
|
Blow.wav \
|
||||||
Bottle.wav \
|
Bottle.wav \
|
||||||
Glass.wav
|
Glass.wav \
|
||||||
|
Hero.wav \
|
||||||
|
Ping.wav \
|
||||||
|
Pop.wav \
|
||||||
|
Sosumi.wav \
|
||||||
|
Tink.wav
|
||||||
|
|
||||||
-include GNUmakefile.preamble
|
-include GNUmakefile.preamble
|
||||||
|
|
||||||
|
|
BIN
Sounds/Hero.wav
Normal file
BIN
Sounds/Hero.wav
Normal file
Binary file not shown.
BIN
Sounds/Ping.wav
Normal file
BIN
Sounds/Ping.wav
Normal file
Binary file not shown.
BIN
Sounds/Pop.wav
Normal file
BIN
Sounds/Pop.wav
Normal file
Binary file not shown.
BIN
Sounds/Sosumi.wav
Normal file
BIN
Sounds/Sosumi.wav
Normal file
Binary file not shown.
BIN
Sounds/Tink.wav
Normal file
BIN
Sounds/Tink.wav
Normal file
Binary file not shown.
Loading…
Reference in a new issue