fixed GH #1135: Different package on github and official web site

This commit is contained in:
Guenter Obiltschnig 2016-02-27 16:57:22 +01:00
parent 8746f688c9
commit 51c65d23f8

View File

@ -408,6 +408,17 @@ buildwin 120 build shared both Win32 samples
ENDOFSCRIPT
#
# Create Visual Studio 14 build script
#
cat >${target}/build_vs140.cmd <<'ENDOFSCRIPT'
@echo off
if defined VS140COMNTOOLS (
call "%VS140COMNTOOLS%\vsvars32.bat")
buildwin 140 build shared both Win32 samples
ENDOFSCRIPT
#
# Create Visual Studio 9 WinCE build script
#