diff options
author | Eugene Sandulenko | 2006-04-14 01:11:10 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-04-14 01:11:10 +0000 |
commit | ff1d11afe1d2dffc17ad7a47cd2bd0e7d742178e (patch) | |
tree | c0ac205afc0f9597f173b00f4e001517f2dbca98 /configure | |
parent | 065dcf565369389c4049d5ab6f28e87379f7af7a (diff) | |
download | scummvm-rg350-ff1d11afe1d2dffc17ad7a47cd2bd0e7d742178e.tar.gz scummvm-rg350-ff1d11afe1d2dffc17ad7a47cd2bd0e7d742178e.tar.bz2 scummvm-rg350-ff1d11afe1d2dffc17ad7a47cd2bd0e7d742178e.zip |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |