mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +01:00
fixed release script for vs150
This commit is contained in:
parent
d8a0eec15e
commit
351dd652da
@ -440,8 +440,6 @@ ENDOFSCRIPT
|
|||||||
#
|
#
|
||||||
cat >${target}/build_vs100.cmd <<'ENDOFSCRIPT'
|
cat >${target}/build_vs100.cmd <<'ENDOFSCRIPT'
|
||||||
@echo off
|
@echo off
|
||||||
if defined VS100COMNTOOLS (
|
|
||||||
call "%VS100COMNTOOLS%\vsvars32.bat")
|
|
||||||
buildwin 100 build shared both Win32 samples
|
buildwin 100 build shared both Win32 samples
|
||||||
ENDOFSCRIPT
|
ENDOFSCRIPT
|
||||||
|
|
||||||
@ -451,8 +449,6 @@ ENDOFSCRIPT
|
|||||||
#
|
#
|
||||||
cat >${target}/build_vs110.cmd <<'ENDOFSCRIPT'
|
cat >${target}/build_vs110.cmd <<'ENDOFSCRIPT'
|
||||||
@echo off
|
@echo off
|
||||||
if defined VS110COMNTOOLS (
|
|
||||||
call "%VS110COMNTOOLS%\vsvars32.bat")
|
|
||||||
buildwin 110 build shared both Win32 samples
|
buildwin 110 build shared both Win32 samples
|
||||||
ENDOFSCRIPT
|
ENDOFSCRIPT
|
||||||
|
|
||||||
@ -462,8 +458,6 @@ ENDOFSCRIPT
|
|||||||
#
|
#
|
||||||
cat >${target}/build_vs120.cmd <<'ENDOFSCRIPT'
|
cat >${target}/build_vs120.cmd <<'ENDOFSCRIPT'
|
||||||
@echo off
|
@echo off
|
||||||
if defined VS120COMNTOOLS (
|
|
||||||
call "%VS120COMNTOOLS%\vsvars32.bat")
|
|
||||||
buildwin 120 build shared both Win32 samples
|
buildwin 120 build shared both Win32 samples
|
||||||
ENDOFSCRIPT
|
ENDOFSCRIPT
|
||||||
|
|
||||||
@ -473,12 +467,19 @@ ENDOFSCRIPT
|
|||||||
#
|
#
|
||||||
cat >${target}/build_vs140.cmd <<'ENDOFSCRIPT'
|
cat >${target}/build_vs140.cmd <<'ENDOFSCRIPT'
|
||||||
@echo off
|
@echo off
|
||||||
if defined VS140COMNTOOLS (
|
|
||||||
call "%VS140COMNTOOLS%\vsvars32.bat")
|
|
||||||
buildwin 140 build shared both Win32 samples
|
buildwin 140 build shared both Win32 samples
|
||||||
ENDOFSCRIPT
|
ENDOFSCRIPT
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Create Visual Studio 15 build script
|
||||||
|
#
|
||||||
|
cat >${target}/build_vs150.cmd <<'ENDOFSCRIPT'
|
||||||
|
@echo off
|
||||||
|
buildwin 150 build shared both Win32 samples
|
||||||
|
ENDOFSCRIPT
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create Visual Studio 9 WinCE build script
|
# Create Visual Studio 9 WinCE build script
|
||||||
#
|
#
|
||||||
@ -514,6 +515,10 @@ if [ "$lineEndConv" != "" ] ; then
|
|||||||
$lineEndConv ${target}/build_vs80.cmd
|
$lineEndConv ${target}/build_vs80.cmd
|
||||||
$lineEndConv ${target}/build_vs90.cmd
|
$lineEndConv ${target}/build_vs90.cmd
|
||||||
$lineEndConv ${target}/build_vs100.cmd
|
$lineEndConv ${target}/build_vs100.cmd
|
||||||
|
$lineEndConv ${target}/build_vs110.cmd
|
||||||
|
$lineEndConv ${target}/build_vs120.cmd
|
||||||
|
$lineEndConv ${target}/build_vs140.cmd
|
||||||
|
$lineEndConv ${target}/build_vs150.cmd
|
||||||
$lineEndConv ${target}/build_CE_vs90.cmd
|
$lineEndConv ${target}/build_CE_vs90.cmd
|
||||||
$lineEndConv ${target}/build_vcexpress2008.cmd
|
$lineEndConv ${target}/build_vcexpress2008.cmd
|
||||||
$lineEndConv ${target}/build_vcexpress2010.cmd
|
$lineEndConv ${target}/build_vcexpress2010.cmd
|
||||||
|
Loading…
Reference in New Issue
Block a user