[Scummvm-cvs-logs] SF.net SVN: scummvm: [21862] scummvm/trunk
sev at users.sourceforge.net
sev at users.sourceforge.net
Thu Apr 13 18:12:09 CEST 2006
Revision: 21862
Author: sev
Date: 2006-04-13 18:11:10 -0700 (Thu, 13 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=21862&view=rev
Log Message:
-----------
Rest of patch #1467193: "AmigaOS changes":
- an icon file (icons/scummvm.info) for AmigaOS
- aos4dist target which strips the binary and copies stuff (including the icon)
to a hardcoded directory called Games:ScummVM_Snapshot.
Modified Paths:
--------------
scummvm/trunk/Makefile
scummvm/trunk/configure
Added Paths:
-----------
scummvm/trunk/icons/scummvm.info
Modified: scummvm/trunk/Makefile
===================================================================
--- scummvm/trunk/Makefile 2006-04-14 01:06:08 UTC (rev 21861)
+++ scummvm/trunk/Makefile 2006-04-14 01:11:10 UTC (rev 21862)
@@ -141,5 +141,17 @@
cp /usr/local/bin/SDL.dll $(WIN32PATH)
u2d $(WIN32PATH)/*.txt
+# Special target to create an AmigaOS snapshot installation
+aos4dist: scummvm
+ mkdir -p $(AOS4PATH)
+ strip -R.comment $< -o $(AOS4PATH)/$<
+ cp icons/scummvm.info $(AOS4PATH)/$<.info
+ cp gui/themes/default-theme.ini $(AOS4PATH)
+ cp gui/themes/default-theme.zip $(AOS4PATH)
+ cp AUTHORS $(AOS4PATH)/AUTHORS.txt
+ cp COPYING $(AOS4PATH)/COPYING.txt
+ cp NEWS $(AOS4PATH)/NEWS.txt
+ cp README $(AOS4PATH)/README.txt
+ cp /sdk/local/documentation/SDL-1.2.9/README-SDL.txt $(AOS4PATH)
.PHONY: deb bundle osxsnap win32dist dist install uninstall
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2006-04-14 01:06:08 UTC (rev 21861)
+++ scummvm/trunk/configure 2006-04-14 01:11:10 UTC (rev 21862)
@@ -78,6 +78,7 @@
_zip="zip -q"
_cp=cp
_win32path="C:/scummvm"
+_aos4path="Games:ScummVM_Snapshot"
_sdlconfig=sdl-config
_sdlpath="$PATH"
_nasmpath="$PATH"
@@ -1419,6 +1420,7 @@
ZIP := $_zip
CP := $_cp
WIN32PATH=$_win32path
+AOS4PATH=$_aos4path
BACKEND := $_backend
MODULES += $MODULES
Added: scummvm/trunk/icons/scummvm.info
===================================================================
(Binary files differ)
Property changes on: scummvm/trunk/icons/scummvm.info
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
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