X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03975ed4926769307d8fc02b5431019ebc51387d..a2b772607a87ffe6fe9af8c0b64b7259ef10a4a4:/samples/sound/makefile.bcc?ds=sidebyside diff --git a/samples/sound/makefile.bcc b/samples/sound/makefile.bcc index 1a50ae617b..196ca7e738 100644 --- a/samples/sound/makefile.bcc +++ b/samples/sound/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.3 (http://bakefile.sourceforge.net) +# Bakefile 0.1.4 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -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 $**