X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa92c3988019ad6fdf5000d1754c317373553412..0c3d85e6efc0d9ee4ec2abbd7eacbe80478cfb83:/samples/sound/makefile.bcc diff --git a/samples/sound/makefile.bcc b/samples/sound/makefile.bcc index c4e6095240..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 911ch.wav chord.wav cuckoo.wav ding.wav doggrowl.wav notify.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 $**