File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -433,6 +433,24 @@ buildwin 100 build shared both Win32 samples vcexpress
433433ENDOFSCRIPT
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
449469fi
You can’t perform that action at this time.
0 commit comments