X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75a0a7b7de0cb3d5645ec014b60431b5fa2c7095..eb6c4508c9b76a0636bd9d970aa37fd5f5a72d7f:/samples/dragimag/Makefile.in?ds=sidebyside diff --git a/samples/dragimag/Makefile.in b/samples/dragimag/Makefile.in index 742de07aef..9afd940428 100644 --- a/samples/dragimag/Makefile.in +++ b/samples/dragimag/Makefile.in @@ -122,7 +122,7 @@ dragimag$(EXEEXT): $(DRAGIMAG_OBJECTS) $(__dragimag___win32rc) $(__dragimag___mac_setfilecmd) $(SAMPLES_RPATH_POSTLINK) -dragimag.app/Contents: dragimag$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns +dragimag.app/Contents/PkgInfo: dragimag$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns mkdir -p dragimag.app/Contents mkdir -p dragimag.app/Contents/MacOS mkdir -p dragimag.app/Contents/Resources @@ -143,7 +143,7 @@ dragimag.app/Contents: dragimag$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(L ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc dragimag.app/Contents/Resources/dragimag.rsrc ln -f $(top_srcdir)/src/mac/wxmac.icns dragimag.app/Contents/Resources/wxmac.icns -@COND_PLATFORM_MACOSX_1@dragimag_bundle: dragimag.app/Contents +@COND_PLATFORM_MACOSX_1@dragimag_bundle: dragimag.app/Contents/PkgInfo dragimag_dragimag.o: $(srcdir)/dragimag.cpp $(CXXC) -c -o $@ $(DRAGIMAG_CXXFLAGS) $<