aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTravis Howell2011-06-30 02:14:36 +1000
committerTravis Howell2011-06-30 02:14:36 +1000
commit50f28f2c23d72799bf4e415783650320a432ed97 (patch)
tree67eb4e6b4ee742b75a9f7b8ccd7cb49af8358622 /configure
parent3d7252aee8508f42f0806f119d60689acc125215 (diff)
downloadscummvm-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-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 0443a2fb94..a418091cb7 100755
--- a/configure
+++ b/configure
@@ -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