mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 08:41:11 +01:00
#3700: Release script must include build_vs170.cmd
This commit is contained in:
parent
05598faab8
commit
852ef63bdd
@ -423,6 +423,15 @@ buildwin 160 build shared both Win32 samples
|
|||||||
ENDOFSCRIPT
|
ENDOFSCRIPT
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Create Visual Studio 17 build script
|
||||||
|
#
|
||||||
|
cat >${target}/build_vs170.cmd <<'ENDOFSCRIPT'
|
||||||
|
@echo off
|
||||||
|
buildwin 170 build shared both Win32 samples
|
||||||
|
ENDOFSCRIPT
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Fix line endings
|
# Fix line endings
|
||||||
#
|
#
|
||||||
@ -430,6 +439,7 @@ if [ "$lineEndConv" != "" ] ; then
|
|||||||
$lineEndConv ${target}/build_vs140.cmd
|
$lineEndConv ${target}/build_vs140.cmd
|
||||||
$lineEndConv ${target}/build_vs150.cmd
|
$lineEndConv ${target}/build_vs150.cmd
|
||||||
$lineEndConv ${target}/build_vs160.cmd
|
$lineEndConv ${target}/build_vs160.cmd
|
||||||
|
$lineEndConv ${target}/build_vs170.cmd
|
||||||
$lineEndConv ${target}/Makefile
|
$lineEndConv ${target}/Makefile
|
||||||
$lineEndConv ${target}/components
|
$lineEndConv ${target}/components
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user