mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
Fixed build script for VS2013
This commit is contained in:
@@ -179,7 +179,8 @@ exit /b 1
|
||||
)
|
||||
set PLATFORMSW=/p:Platform=%WEC2013_PLATFORM%)
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user