GH60: buildwin fixes - add bin64

GH #60:buildwin fixes - add bin64 to PATH, build now works if msbuild is
specified in arguments
This commit is contained in:
aleks-f
2013-01-13 10:41:50 -06:00
parent 76a7e2e716
commit 9619dfbe7b

View File

@@ -44,7 +44,7 @@ set INCLUDE=%INCLUDE%;%MYSQL_INCLUDE%
set LIB=%LIB%;%MYSQL_LIB% set LIB=%LIB%;%MYSQL_LIB%
set POCO_BASE=%CD% set POCO_BASE=%CD%
set PATH=%POCO_BASE%\bin;%PATH% set PATH=%POCO_BASE%\bin64;%POCO_BASE%\bin;%PATH%
rem VS_VERSION {71 | 80 | 90 | 100 | 110} rem VS_VERSION {71 | 80 | 90 | 100 | 110}
if "%1"=="" goto usage if "%1"=="" goto usage
@@ -71,7 +71,7 @@ if %VS_VERSION%==vs100 (set VCPROJ_EXT=vcxproj)
if %VS_VERSION%==vs110 (set VCPROJ_EXT=vcxproj) if %VS_VERSION%==vs110 (set VCPROJ_EXT=vcxproj)
if "%8"=="" goto use_devenv if "%8"=="" goto use_devenv
set BUILD_TOOL="%8" set BUILD_TOOL=%8
goto use_custom goto use_custom
:use_devenv :use_devenv
set BUILD_TOOL=devenv set BUILD_TOOL=devenv