Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/pocoproject/poco into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Jul 20, 2022
2 parents 7989d96 + 852ef63 commit d1b398d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release/script/mkrelease
Original file line number Diff line number Diff line change
Expand Up @@ -423,13 +423,23 @@ 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
#
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
Expand Down

0 comments on commit d1b398d

Please sign in to comment.