mirror of https://github.com/acidanthera/audk.git
Changed the NMAKE path from VS2003 to VS2005 for ICC tool chain
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4424 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6a690e23d7
commit
f71c1d39e4
|
@ -549,7 +549,7 @@ RELEASE_WINDDK3790x1830_IPF_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /LTCG /DLL /OPT
|
|||
*_ICC_*_*_FAMILY = INTEL
|
||||
|
||||
*_ICC_*_ASL_PATH = DEF(ASL_BIN)\iasl.exe
|
||||
*_ICC_*_MAKE_PATH = DEF(VSNET2003_BIN)\nmake.exe
|
||||
*_ICC_*_MAKE_PATH = DEF(VS2005TEAMSUITE_BIN)\nmake.exe
|
||||
|
||||
*_ICC_*_MAKE_FLAGS = /nologo
|
||||
*_ICC_*_VFRPP_FLAGS = /nologo /E /TC /DVFRCOMPILE /FIAutoGen.h
|
||||
|
|
Loading…
Reference in New Issue