[Scummvm-cvs-logs] SF.net SVN: scummvm: [32722] residual/trunk
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Mon Jun 16 23:30:20 CEST 2008
Revision: 32722
http://scummvm.svn.sourceforge.net/scummvm/?rev=32722&view=rev
Author: aquadran
Date: 2008-06-16 14:30:20 -0700 (Mon, 16 Jun 2008)
Log Message:
-----------
replace scummvm -> residual leftover
Modified Paths:
--------------
residual/trunk/Makefile.common
residual/trunk/ports.mk
Modified: residual/trunk/Makefile.common
===================================================================
--- residual/trunk/Makefile.common 2008-06-16 19:55:59 UTC (rev 32721)
+++ residual/trunk/Makefile.common 2008-06-16 21:30:20 UTC (rev 32722)
@@ -5,7 +5,7 @@
# $Id$
######################################################################
-# The default build target: just build the scummvm executable
+# The default build target: just build the residual executable
######################################################################
all: $(EXECUTABLE)
Modified: residual/trunk/ports.mk
===================================================================
--- residual/trunk/ports.mk 2008-06-16 19:55:59 UTC (rev 32721)
+++ residual/trunk/ports.mk 2008-06-16 21:30:20 UTC (rev 32722)
@@ -32,7 +32,7 @@
# Special target to create a application wrapper for Mac OS X
bundle_name = Residual.app
-bundle: scummvm-static $(srcdir)/dists/macosx/Info.plist
+bundle: residual-static $(srcdir)/dists/macosx/Info.plist
mkdir -p $(bundle_name)/Contents/MacOS
mkdir -p $(bundle_name)/Contents/Resources
echo "APPL????" > $(bundle_name)/Contents/PkgInfo
@@ -59,7 +59,7 @@
ifeq ($(BACKEND), iphone)
OSXOPT=/usr/local/arm-apple-darwin
else
-# Static libaries, used for the scummvm-static and iphone targets
+# Static libaries, used for the residual-static and iphone targets
OSX_STATIC_LIBS := `$(OSXOPT)/bin/sdl-config --static-libs`
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list