mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 08:41:11 +01:00
Support Visual Studio Express 2012 for Windows Desktop
This commit is contained in:
parent
44b844d64d
commit
613a725b9c
2
build_wdexpress2012.cmd
Normal file
2
build_wdexpress2012.cmd
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@echo off
|
||||||
|
buildwin 110 build shared both Win32 samples tests wdexpress
|
@ -25,7 +25,7 @@ rem CONFIGURATION: release|debug|both
|
|||||||
rem PLATFORM: Win32|x64|WinCE
|
rem PLATFORM: Win32|x64|WinCE
|
||||||
rem SAMPLES: samples|nosamples
|
rem SAMPLES: samples|nosamples
|
||||||
rem TESTS: tests|notests
|
rem TESTS: tests|notests
|
||||||
rem TOOL: devenv|vcexpress|msbuild
|
rem TOOL: devenv|vcexpress|wdexpress|msbuild
|
||||||
rem
|
rem
|
||||||
rem VS_VERSION is required argument. Default is build all.
|
rem VS_VERSION is required argument. Default is build all.
|
||||||
|
|
||||||
@ -381,7 +381,7 @@ echo CONFIGURATION: "release|debug|both"
|
|||||||
echo PLATFORM: "Win32|x64|WinCE"
|
echo PLATFORM: "Win32|x64|WinCE"
|
||||||
echo SAMPLES: "samples|nosamples"
|
echo SAMPLES: "samples|nosamples"
|
||||||
echo TESTS: "tests|notests"
|
echo TESTS: "tests|notests"
|
||||||
echo TOOL: "devenv|vcexpress|msbuild"
|
echo TOOL: "devenv|vcexpress|wdexpress|msbuild"
|
||||||
echo.
|
echo.
|
||||||
echo Default is build all.
|
echo Default is build all.
|
||||||
endlocal
|
endlocal
|
||||||
|
Loading…
Reference in New Issue
Block a user