X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95ff11c4bb0b4a58f86f096871489b5723e2102c..8076df5d81549d5afe7afe392e3b531964e33d47:/samples/image/Makefile.in diff --git a/samples/image/Makefile.in b/samples/image/Makefile.in index 2f2c6bc4e8..4617a18369 100644 --- a/samples/image/Makefile.in +++ b/samples/image/Makefile.in @@ -167,7 +167,7 @@ image$(EXEEXT): $(IMAGE_OBJECTS) $(__image___win32rc) @COND_PLATFORM_MACOSX_1@ echo -n "APPL????" >image.app/Contents/PkgInfo @COND_PLATFORM_MACOSX_1@ @COND_PLATFORM_MACOSX_1@ -@COND_PLATFORM_MACOSX_1@ mv image$(EXEEXT) image.app/Contents/MacOS/image +@COND_PLATFORM_MACOSX_1@ ln -f image$(EXEEXT) image.app/Contents/MacOS/image @COND_PLATFORM_MACOSX_1@ @COND_PLATFORM_MACOSX_1@ @COND_PLATFORM_MACOSX_1@ cp -f $(top_srcdir)/src/osx/carbon/wxmac.icns image.app/Contents/Resources/wxmac.icns @@ -196,15 +196,6 @@ image_image_rc.o: $(srcdir)/image.rc $(WINDRES) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) $(__EXCEPTIONS_DEFINE_p_2) $(__RTTI_DEFINE_p_2) $(__THREAD_DEFINE_p_2) --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)/include -@COND_USE_STC_1@$(srcdir)/include/wx/stc/stc.h: \ -@COND_USE_STC_1@$(srcdir)/src/stc/scintilla/include/Scintilla.iface \ -@COND_USE_STC_1@$(srcdir)/src/stc/stc.cpp.in \ -@COND_USE_STC_1@$(srcdir)/src/stc/stc.h.in \ -@COND_USE_STC_1@$(srcdir)/src/stc/gen_iface.py -@COND_USE_STC_1@ cd $(srcdir)/src/stc && ./gen_iface.py -@COND_USE_STC_1@monolib_stc.o monodll_stc.o stcdll_stc.o stclib_stc.o: \ -@COND_USE_STC_1@ $(srcdir)/include/wx/stc/stc.h - # Include dependency info, if present: @IF_GNU_MAKE@-include ./.deps/*.d