mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-27 01:14:44 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user