mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
chore(buldwin): remove WEC2013
This commit is contained in:
parent
5c2fcedfa1
commit
10c3039398
@ -8,7 +8,7 @@
|
|||||||
# [-action build | rebuild | clean]
|
# [-action build | rebuild | clean]
|
||||||
# [-linkmode shared | static_mt | static_md | all]
|
# [-linkmode shared | static_mt | static_md | all]
|
||||||
# [-config release | debug | both]
|
# [-config release | debug | both]
|
||||||
# [-platform Win32 | x64 | ARM64 | WEC2013]
|
# [-platform Win32 | x64 | ARM64]
|
||||||
# [-samples]
|
# [-samples]
|
||||||
# [-tests]
|
# [-tests]
|
||||||
# [-omit "Lib1X,LibY,LibZ,..."]
|
# [-omit "Lib1X,LibY,LibZ,..."]
|
||||||
@ -42,7 +42,7 @@ Param
|
|||||||
[string] $config = 'release',
|
[string] $config = 'release',
|
||||||
|
|
||||||
[Parameter()]
|
[Parameter()]
|
||||||
[ValidateSet('Win32', 'x64', 'ARM64', 'WEC2013')]
|
[ValidateSet('Win32', 'x64', 'ARM64')]
|
||||||
[string] $platform = 'x64',
|
[string] $platform = 'x64',
|
||||||
|
|
||||||
[switch] $tests = $false,
|
[switch] $tests = $false,
|
||||||
@ -218,7 +218,7 @@ function Process-Input
|
|||||||
Write-Host ' [-action build | rebuild | clean]'
|
Write-Host ' [-action build | rebuild | clean]'
|
||||||
Write-Host ' [-linkmode shared | static_mt | static_md | all]'
|
Write-Host ' [-linkmode shared | static_mt | static_md | all]'
|
||||||
Write-Host ' [-config release | debug | both]'
|
Write-Host ' [-config release | debug | both]'
|
||||||
Write-Host ' [-platform Win32 | x64 | WEC2013 | ARM64]'
|
Write-Host ' [-platform Win32 | x64 | ARM64]'
|
||||||
Write-Host ' [-samples]'
|
Write-Host ' [-samples]'
|
||||||
Write-Host ' [-tests]'
|
Write-Host ' [-tests]'
|
||||||
Write-Host ' [-omit "Lib1X,LibY,LibZ,..."]'
|
Write-Host ' [-omit "Lib1X,LibY,LibZ,..."]'
|
||||||
|
Loading…
Reference in New Issue
Block a user