1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-10-18 08:57:18 +02:00

Update POCO library.

This commit is contained in:
Sandu Liviu Catalin
2023-03-23 20:19:11 +02:00
parent 8d15f4b6e9
commit 233fc103f9
2521 changed files with 257092 additions and 72789 deletions

View File

@@ -43,7 +43,7 @@ do
elif [ "$1" = "-c" ] ; then
shift
lineEndConv=$1
shift
shift
else
spec=$1
shift

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