mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 08:46:41 +01:00
Merge pull request #419 from PaulFreund/patch-1
Fixed build script for VS2013
This commit is contained in:
commit
e0e80363bd
@ -179,7 +179,8 @@ exit /b 1
|
|||||||
)
|
)
|
||||||
set PLATFORMSW=/p:Platform=%WEC2013_PLATFORM%)
|
set PLATFORMSW=/p:Platform=%WEC2013_PLATFORM%)
|
||||||
set USEENV=
|
set USEENV=
|
||||||
set EXTRASW=/m /p:VisualStudioVersion=11.0
|
if %VS_VERSION%==vs110 (set EXTRASW=/m /p:VisualStudioVersion=11.0)
|
||||||
|
if %VS_VERSION%==vs120 (set EXTRASW=/m /p:VisualStudioVersion=12.0)
|
||||||
)
|
)
|
||||||
|
|
||||||
rem SAMPLES [samples|nosamples]
|
rem SAMPLES [samples|nosamples]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user