Skip to content

Commit e052b6a

Browse files
committed
Add creation of build_vdexpress2012.cmd & build_vdexpress2013.cmd
Signed-off-by: FrancisANDRE <[email protected]>
1 parent e44f032 commit e052b6a

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

release/script/mkrelease

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,24 @@ buildwin 100 build shared both Win32 samples vcexpress
433433
ENDOFSCRIPT
434434

435435

436+
#
437+
# Create Visual C++ Express 2012 build script
438+
#
439+
cat >${target}/build_vdexpress2012.cmd <<'ENDOFSCRIPT'
440+
@echo off
441+
buildwin 110 build shared both Win32 samples tests vdexpress
442+
ENDOFSCRIPT
443+
444+
445+
#
446+
# Create Visual C++ Express 2013 build script
447+
#
448+
cat >${target}/build_vdexpress2013.cmd <<'ENDOFSCRIPT'
449+
@echo off
450+
buildwin 120 build shared both Win32 samples tests vdexpress
451+
ENDOFSCRIPT
452+
453+
436454
#
437455
# Fix line endings
438456
#
@@ -444,6 +462,8 @@ if [ "$lineEndConv" != "" ] ; then
444462
$lineEndConv ${target}/build_CE_vs90.cmd
445463
$lineEndConv ${target}/build_vcexpress2008.cmd
446464
$lineEndConv ${target}/build_vcexpress2010.cmd
465+
$lineEndConv ${target}/build_vdexpress2012.cmd
466+
$lineEndConv ${target}/build_vdexpress2013.cmd
447467
$lineEndConv ${target}/Makefile
448468
$lineEndConv ${target}/components
449469
fi

0 commit comments

Comments
 (0)