Merge branch 'devel' of https://github.com/pocoproject/poco into devel

This commit is contained in:
Alex Fabijanic 2022-07-20 13:47:55 +02:00
commit d1b398ddc6

View File

@ -423,6 +423,15 @@ buildwin 160 build shared both Win32 samples
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
#
@ -430,6 +439,7 @@ if [ "$lineEndConv" != "" ] ; then
$lineEndConv ${target}/build_vs140.cmd
$lineEndConv ${target}/build_vs150.cmd
$lineEndConv ${target}/build_vs160.cmd
$lineEndConv ${target}/build_vs170.cmd
$lineEndConv ${target}/Makefile
$lineEndConv ${target}/components
fi