Kaydet (Commit) 234ff843 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

look for WiLangId.vbs in 8.1 SDK-dir

the 8.1 one is the only where it is installed to in a plain install of
VS2013 (update 4)

Change-Id: I797c3d1501d6ee87e5f662279221c4d285933f2d
üst 011c2950
...@@ -9546,7 +9546,7 @@ the Windows SDK are installed.]) ...@@ -9546,7 +9546,7 @@ the Windows SDK are installed.])
WINDOWS_SDK_WILANGID=$WINDOWS_SDK_HOME/bin/$WINDOWS_SDK_ARCH/WiLangId.vbs WINDOWS_SDK_WILANGID=$WINDOWS_SDK_HOME/bin/$WINDOWS_SDK_ARCH/WiLangId.vbs
fi fi
if ! test -e "$WINDOWS_SDK_WILANGID" ; then if ! test -e "$WINDOWS_SDK_WILANGID" ; then
WINDOWS_SDK_WILANGID=$(cygpath -sm "C:/Program Files (x86)/Windows Kits/8.0/bin/$WINDOWS_SDK_ARCH/WiLangId.vbs") WINDOWS_SDK_WILANGID=$(cygpath -sm "C:/Program Files (x86)/Windows Kits/8.1/bin/$WINDOWS_SDK_ARCH/WiLangId.vbs")
fi fi
if ! test -e "$WINDOWS_SDK_WILANGID" ; then if ! test -e "$WINDOWS_SDK_WILANGID" ; then
AC_MSG_WARN([WiLangId.vbs not found - building translated packages will fail]) AC_MSG_WARN([WiLangId.vbs not found - building translated packages will fail])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment