X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b328fad3715dd4a46ce1879e35f7466747503b2d..70fb935a6a52fd27b288f4885c55cddf038b89f1:/demos/poem/Makefile.in?ds=sidebyside diff --git a/demos/poem/Makefile.in b/demos/poem/Makefile.in index ca8b653f5d..0cd83ce2bc 100644 --- a/demos/poem/Makefile.in +++ b/demos/poem/Makefile.in @@ -131,7 +131,7 @@ wxpoem$(EXEEXT): $(WXPOEM_OBJECTS) $(__wxpoem___win32rc) $(__wxpoem___mac_setfilecmd) $(SAMPLES_RPATH_POSTLINK) -wxpoem.app/Contents: wxpoem$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns +wxpoem.app/Contents/PkgInfo: wxpoem$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns mkdir -p wxpoem.app/Contents mkdir -p wxpoem.app/Contents/MacOS mkdir -p wxpoem.app/Contents/Resources @@ -152,7 +152,7 @@ wxpoem.app/Contents: wxpoem$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDI ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc wxpoem.app/Contents/Resources/wxpoem.rsrc ln -f $(top_srcdir)/src/mac/wxmac.icns wxpoem.app/Contents/Resources/wxmac.icns -@COND_PLATFORM_MACOSX_1@wxpoem_bundle: wxpoem.app/Contents +@COND_PLATFORM_MACOSX_1@wxpoem_bundle: wxpoem.app/Contents/PkgInfo wxpoem_wxpoem.o: $(srcdir)/wxpoem.cpp $(CXXC) -c -o $@ $(WXPOEM_CXXFLAGS) $<