mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
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. svn-id: r21862
This commit is contained in:
parent
065dcf5653
commit
ff1d11afe1
12
Makefile
12
Makefile
@ -141,5 +141,17 @@ win32dist: scummvm$(EXEEXT)
|
||||
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
|
||||
|
2
configure
vendored
2
configure
vendored
@ -78,6 +78,7 @@ _rm_rec="$_rm -r"
|
||||
_zip="zip -q"
|
||||
_cp=cp
|
||||
_win32path="C:/scummvm"
|
||||
_aos4path="Games:ScummVM_Snapshot"
|
||||
_sdlconfig=sdl-config
|
||||
_sdlpath="$PATH"
|
||||
_nasmpath="$PATH"
|
||||
@ -1419,6 +1420,7 @@ RM_REC := $_rm_rec
|
||||
ZIP := $_zip
|
||||
CP := $_cp
|
||||
WIN32PATH=$_win32path
|
||||
AOS4PATH=$_aos4path
|
||||
|
||||
BACKEND := $_backend
|
||||
MODULES += $MODULES
|
||||
|
BIN
icons/scummvm.info
Normal file
BIN
icons/scummvm.info
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user