From: Robin Dunn Date: Thu, 18 Mar 2004 21:18:12 +0000 (+0000) Subject: added tinkalink2.wav, as a binary file this time X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d4a376ac6c526b51dda4b40bc56e7fedb6c15ff5 added tinkalink2.wav, as a binary file this time git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/sound/Makefile.in b/samples/sound/Makefile.in index 16367f0816..630c3edf80 100644 --- a/samples/sound/Makefile.in +++ b/samples/sound/Makefile.in @@ -158,7 +158,7 @@ sound.app/Contents/PkgInfo: sound$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $ data: @mkdir -p . - @for f in 9000g.wav cuckoo.wav doggrowl.wav tinkalink.wav; do \ + @for f in 9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav; do \ if test \( ! -s ./$$f \) -o \( $(srcdir)/$$f -nt ./$$f \) ; then \ cp -pRf $(srcdir)/$$f . ; \ fi; \ diff --git a/samples/sound/makefile.bcc b/samples/sound/makefile.bcc index 1a50ae617b..6605890361 100644 --- a/samples/sound/makefile.bcc +++ b/samples/sound/makefile.bcc @@ -175,7 +175,7 @@ $(OBJS)\sound.exe: $(SOUND_OBJECTS) $(OBJS)\sound_sample.res data: if not exist $(OBJS) mkdir $(OBJS) - for %f in (9000g.wav cuckoo.wav doggrowl.wav tinkalink.wav) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav) do if not exist $(OBJS)\%f copy .\%f $(OBJS) $(OBJS)\sound_sample.res: .\..\..\samples\sample.rc brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples $** diff --git a/samples/sound/makefile.gcc b/samples/sound/makefile.gcc index a7d513ca92..3e17f42dc0 100644 --- a/samples/sound/makefile.gcc +++ b/samples/sound/makefile.gcc @@ -172,7 +172,7 @@ $(OBJS)\sound.exe: $(SOUND_OBJECTS) $(OBJS)\sound_sample_rc.o data: if not exist $(OBJS) mkdir $(OBJS) - for %%f in (9000g.wav cuckoo.wav doggrowl.wav tinkalink.wav) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) + for %%f in (9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) $(OBJS)\sound_sample_rc.o: ./../../samples/sample.rc windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples diff --git a/samples/sound/makefile.vc b/samples/sound/makefile.vc index b9e43303eb..c91d3ccc9b 100644 --- a/samples/sound/makefile.vc +++ b/samples/sound/makefile.vc @@ -259,7 +259,7 @@ $(OBJS)\sound.exe: $(SOUND_OBJECTS) $(OBJS)\sound_sample.res data: if not exist $(OBJS) mkdir $(OBJS) - for %f in (9000g.wav cuckoo.wav doggrowl.wav tinkalink.wav) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav) do if not exist $(OBJS)\%f copy .\%f $(OBJS) $(OBJS)\sound_sample.res: .\..\..\samples\sample.rc rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples $** diff --git a/samples/sound/makefile.wat b/samples/sound/makefile.wat index 2ec38fc6ea..c920a1d913 100644 --- a/samples/sound/makefile.wat +++ b/samples/sound/makefile.wat @@ -212,7 +212,7 @@ $(OBJS)\sound.exe : $(SOUND_OBJECTS) $(OBJS)\sound_sample.res data : .SYMBOLIC if not exist $(OBJS) mkdir $(OBJS) - for %f in (9000g.wav cuckoo.wav doggrowl.wav tinkalink.wav) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav) do if not exist $(OBJS)\%f copy .\%f $(OBJS) $(OBJS)\sound_sample.res : .AUTODEPEND .\..\..\samples\sample.rc wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples $< diff --git a/samples/sound/sound.bkl b/samples/sound/sound.bkl index 1729272468..07bb4b2df2 100644 --- a/samples/sound/sound.bkl +++ b/samples/sound/sound.bkl @@ -14,7 +14,7 @@ - 9000g.wav cuckoo.wav doggrowl.wav tinkalink.wav + 9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav diff --git a/samples/sound/tinkalink2.wav b/samples/sound/tinkalink2.wav new file mode 100644 index 0000000000..b7e3a09323 Binary files /dev/null and b/samples/sound/tinkalink2.wav differ