mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-28 18:37:57 +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:
parent
76a7e2e716
commit
9619dfbe7b
@ -44,7 +44,7 @@ set INCLUDE=%INCLUDE%;%MYSQL_INCLUDE%
|
||||
set LIB=%LIB%;%MYSQL_LIB%
|
||||
|
||||
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}
|
||||
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 "%8"=="" goto use_devenv
|
||||
set BUILD_TOOL="%8"
|
||||
set BUILD_TOOL=%8
|
||||
goto use_custom
|
||||
:use_devenv
|
||||
set BUILD_TOOL=devenv
|
||||
|
Loading…
x
Reference in New Issue
Block a user