common/autoconf/toolchain_windows.m4
changeset 29790 79641c886929
parent 29643 89e91c724316
child 30022 362d77fbf008
equal deleted inserted replaced
29789:bfb0c4f25f0f 29790:79641c886929
   268 
   268 
   269     # Lets extract the variables that are set by vcvarsall.bat/vsvars32.bat/vsvars64.bat
   269     # Lets extract the variables that are set by vcvarsall.bat/vsvars32.bat/vsvars64.bat
   270     AC_MSG_NOTICE([Trying to extract Visual Studio environment variables])
   270     AC_MSG_NOTICE([Trying to extract Visual Studio environment variables])
   271 
   271 
   272     # We need to create a couple of temporary files.
   272     # We need to create a couple of temporary files.
   273     VS_ENV_TMP_DIR="$OUTPUT_ROOT/vs-env"
   273     VS_ENV_TMP_DIR="$CONFIGURESUPPORT_OUTPUTDIR/vs-env"
   274     $MKDIR -p $VS_ENV_TMP_DIR
   274     $MKDIR -p $VS_ENV_TMP_DIR
   275 
   275 
   276     # Cannot use the VS10 setup script directly (since it only updates the DOS subshell environment).
   276     # Cannot use the VS10 setup script directly (since it only updates the DOS subshell environment).
   277     # Instead create a shell script which will set the relevant variables when run.
   277     # Instead create a shell script which will set the relevant variables when run.
   278     WINPATH_VS_ENV_CMD="$VS_ENV_CMD"
   278     WINPATH_VS_ENV_CMD="$VS_ENV_CMD"