mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Move vswhere.exe to build\exe
This commit is contained in:
parent
b96dd13042
commit
95c3e7e245
@ -35,7 +35,7 @@ set PATH=%POCO_BASE%\bin64;%POCO_BASE%\bin;%PATH%
|
||||
|
||||
rem VS_VERSION {90 | 100 | 110 | 120 | 140 | 150}
|
||||
if "%1"=="" goto usage
|
||||
set vswhere='build\script\vswhere.exe -property installationPath'
|
||||
set vswhere='build\exe\vswhere.exe -property installationPath'
|
||||
for /f "delims=" %%a in (%vswhere%) do @set VS150COMNTOOLS=%%a
|
||||
set VS150COMNTOOLS=%VS150COMNTOOLS%\Common7\Tools\
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user