From 50f28f2c23d72799bf4e415783650320a432ed97 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 30 Jun 2011 02:14:36 +1000 Subject: BUILD: Use separate win32 target for each installer. --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3