improved dependencies for Info.plist
corrected makefile (spaces => tabs) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -53,7 +53,7 @@ clean:
|
||||
#
|
||||
bundle: $(BUNDLE)/MacOS/$(PROGRAM) $(BUNDLE)/Info.plist $(BUNDLE)/PkgInfo $(BUNDLE)/Resources/$(PROGRAM).rsrc $(BUNDLE)/Resources/$(PROGRAM).icns
|
||||
|
||||
$(BUNDLE)/Info.plist: $(top_srcdir)/src/$(TOOLKITDIR)/Info.plist.in $(BUNDLE)/MacOS/$(PROGRAM)
|
||||
$(BUNDLE)/Info.plist: $(top_srcdir)/src/$(TOOLKITDIR)/Info.plist.in $(top_builddir)/lib/@WX_TARGET_LIBRARY@
|
||||
@$(INSTALL) -d `dirname $@`
|
||||
sed -e "s/IDENTIFIER/`echo $(program_dir) | sed 's,/,.,g'`/" \
|
||||
-e "s/EXECUTABLE/$(PROGRAM)/" \
|
||||
|
Reference in New Issue
Block a user