Kaydet (Commit) a2eff97c authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

#i53089# fix stripping of bin/cl.exe on windows

üst 7d18f7de
This diff is collapsed.
......@@ -1788,7 +1788,7 @@ if test "$_os" = "WINNT"; then
CC=`cygpath -u "$CC"`
# Remove /cl.exe from CC case insensitive
AC_MSG_RESULT([found ($CC)])
COMPATH=`echo $CC | $SED 's@/\/[Bb][Ii][Nn]\/[[cC]][[lL]]\.[[eE]][[xX]][[eE]]@@'`
COMPATH=`echo $CC | $SED 's@\/[[Bb]][[Ii]][[Nn]]\/[[cC]][[lL]]\.[[eE]][[xX]][[eE]]@@'`
export INCLUDE=`cygpath -d "$COMPATH/Include"`
dnl Check which Microsoft C/C++ compiler is found
AC_MSG_CHECKING([the Version of Microsoft C/C++ Compiler])
......
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