CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <[EMAIL PROTECTED]> 05/05/26 13:41:18
Modified files:
. : Makefile.am
Log message:
Added wesnoth_editor_bundle target, first pass at creating standalone
Mac OS X editor app. Static linking against SDL and intl/iconv still is
required before this can be useful to anyone other than those building
the game themselves.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/Makefile.am.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
Patches:
Index: wesnoth/Makefile.am
diff -u wesnoth/Makefile.am:1.39 wesnoth/Makefile.am:1.40
--- wesnoth/Makefile.am:1.39 Mon May 23 19:53:03 2005
+++ wesnoth/Makefile.am Thu May 26 13:41:17 2005
@@ -32,6 +32,13 @@
echo "APPL????" > "$(bundle_contents)/PkgInfo"
$(INSTALL_PROGRAM) $< "$(bundle_contents)/MacOS/@PACKAGE_NAME@"
[EMAIL PROTECTED]@ Editor.app/Contents
[EMAIL PROTECTED]@_editor_bundle: src/@[EMAIL PROTECTED]
+ mkdir -p "$(bundle_editor_contents)/MacOS"
+ mkdir -p "$(bundle_editor_contents)/Resources"
+ echo "APPL????" > "$(bundle_editor_contents)/PkgInfo"
+ $(INSTALL_PROGRAM) $< "$(bundle_editor_contents)/MacOS/@PACKAGE_NAME@
Editor"
+
install-data-local:
@$(NORMAL_INSTALL)
if INSTALLDATA