mirror of https://github.com/acidanthera/audk.git
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:
parent
e64c74dd8c
commit
b0108f04c6
|
@ -32,7 +32,7 @@
|
|||
:check_vc
|
||||
if defined VCINSTALLDIR goto check_cygwin
|
||||
if defined VS71COMNTOOLS (
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
call "%VS71COMNTOOLS%\vsvars32.bat"
|
||||
) else (
|
||||
echo.
|
||||
echo !!! WARNING !!!! Cannot find Visual Studio !!!
|
||||
|
|
Loading…
Reference in New Issue