X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75a0a7b7de0cb3d5645ec014b60431b5fa2c7095..874d12cff78bafc3797e80c9affa5abe137286f7:/demos/bombs/Makefile.in?ds=sidebyside diff --git a/demos/bombs/Makefile.in b/demos/bombs/Makefile.in index 293f67f1ec..6b1fc35191 100644 --- a/demos/bombs/Makefile.in +++ b/demos/bombs/Makefile.in @@ -107,7 +107,7 @@ bombs$(EXEEXT): $(BOMBS_OBJECTS) $(__bombs___win32rc) $(__bombs___mac_setfilecmd) $(SAMPLES_RPATH_POSTLINK) -bombs.app/Contents: bombs$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns +bombs.app/Contents/PkgInfo: bombs$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns mkdir -p bombs.app/Contents mkdir -p bombs.app/Contents/MacOS mkdir -p bombs.app/Contents/Resources @@ -137,7 +137,7 @@ bombs_bombs1.o: $(srcdir)/bombs1.cpp bombs_bombs_rc.o: $(srcdir)/bombs.rc $(RESCOMP) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) --include-dir $(top_srcdir)/include --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../samples -@COND_PLATFORM_MACOSX_1@bombs_bundle: bombs.app/Contents +@COND_PLATFORM_MACOSX_1@bombs_bundle: bombs.app/Contents/PkgInfo bombs_game.o: $(srcdir)/game.cpp $(CXXC) -c -o $@ $(BOMBS_CXXFLAGS) $<