wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth Makefile.am


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth Makefile.am
Date: Thu, 26 May 2005 09:41:18 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    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@"
 
address@hidden@ Editor.app/Contents
address@hidden@_editor_bundle: src/@address@hidden
+       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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]