mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-15 14:43:32 +02:00
Fixed build script for VS2013
This commit is contained in:
parent
008ef308e7
commit
52d4d814c8
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user