mirror of https://github.com/acidanthera/audk.git
Added support for VS2008.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9433 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f57525fabe
commit
c16243d8e6
|
@ -50,12 +50,16 @@ if not defined VCINSTALLDIR (
|
|||
) else (
|
||||
if defined VS80COMNTOOLS (
|
||||
call "%VS80COMNTOOLS%\vsvars32.bat"
|
||||
) else (
|
||||
if defined VS90COMNTOOLS (
|
||||
call "%VS90COMNTOOLS%\vsvars32.bat"
|
||||
) else (
|
||||
echo.
|
||||
echo !!! WARNING !!! Cannot find Visual Studio !!!
|
||||
echo.
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
shift
|
||||
|
||||
|
|
Loading…
Reference in New Issue