diff options
author | Travis Howell | 2011-06-30 02:14:36 +1000 |
---|---|---|
committer | Travis Howell | 2011-06-30 02:14:36 +1000 |
commit | 50f28f2c23d72799bf4e415783650320a432ed97 (patch) | |
tree | 67eb4e6b4ee742b75a9f7b8ccd7cb49af8358622 /configure | |
parent | 3d7252aee8508f42f0806f119d60689acc125215 (diff) | |
download | scummvm-rg350-50f28f2c23d72799bf4e415783650320a432ed97.tar.gz scummvm-rg350-50f28f2c23d72799bf4e415783650320a432ed97.tar.bz2 scummvm-rg350-50f28f2c23d72799bf4e415783650320a432ed97.zip |
BUILD: Use separate win32 target for each installer.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -174,7 +174,8 @@ _strip=strip _ar="ar cru" _as="as" _windres=windres -_win32path="build/x86" +_win32build="build/x86" +_win32path="c:/scummvm" _aos4path="Games:ScummVM" _staticlibpath=/sw _sdlconfig=sdl-config @@ -3517,6 +3518,7 @@ AS := $_as ASFLAGS := $ASFLAGS WINDRES := $_windres WINDRESFLAGS := $WINDRESFLAGS +WIN32BUILD=$_win32build WIN32PATH=$_win32path AOS4PATH=$_aos4path STATICLIBPATH=$_staticlibpath |