aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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