diff options
author | raziel- | 2014-08-08 13:50:27 +0300 |
---|---|---|
committer | raziel- | 2014-08-08 13:50:27 +0300 |
commit | 13d01576b0b4b8b988d0fd37e5a1ec928cae2cc7 (patch) | |
tree | a5f86bd957192328d2fe800c15f7ac1941a894a2 | |
parent | e11fe13620be4b500c91b6141337786948c13694 (diff) | |
download | scummvm-rg350-13d01576b0b4b8b988d0fd37e5a1ec928cae2cc7.tar.gz scummvm-rg350-13d01576b0b4b8b988d0fd37e5a1ec928cae2cc7.tar.bz2 scummvm-rg350-13d01576b0b4b8b988d0fd37e5a1ec928cae2cc7.zip |
AMIGAOS: Get rid of the OS version number
"4" is the version of the OS. It will certainly change with future updates.
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -168,7 +168,7 @@ _as="as" _windres=windres _stagingpath="staging" _win32path="c:/scummvm" -_amigaos4path="Games:ScummVM" +_amigaospath="Games:ScummVM" _staticlibpath= _sdlconfig=sdl-config _freetypeconfig=freetype-config @@ -4502,7 +4502,7 @@ WINDRES := $_windres WINDRESFLAGS := $WINDRESFLAGS STAGINGPATH=$_stagingpath WIN32PATH=$_win32path -AMIGAOS4PATH=$_amigaos4path +AMIGAOSPATH=$_amigaospath STATICLIBPATH=$_staticlibpath BACKEND := $_backend |