Add a file separate char for VS71COMNTOOLS.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1042 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
wuyizhong 2006-07-19 06:10:12 +00:00
parent e64c74dd8c
commit b0108f04c6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
:check_vc :check_vc
if defined VCINSTALLDIR goto check_cygwin if defined VCINSTALLDIR goto check_cygwin
if defined VS71COMNTOOLS ( if defined VS71COMNTOOLS (
call "%VS71COMNTOOLS%vsvars32.bat" call "%VS71COMNTOOLS%\vsvars32.bat"
) else ( ) else (
echo. echo.
echo !!! WARNING !!!! Cannot find Visual Studio !!! echo !!! WARNING !!!! Cannot find Visual Studio !!!