mirror of https://github.com/acidanthera/audk.git
Get rid of workspace. Point to MS compiler for Host compiles.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@94 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
54a1ec66eb
commit
8f80e16aec
|
@ -1,7 +1,6 @@
|
||||||
#WORKSPACE = C:\MyWork\Edk2.0
|
|
||||||
#Host definitions
|
#Host definitions
|
||||||
HOST_VENDOR = INTEL
|
HOST_VENDOR = INTEL
|
||||||
PATH_TO_HOST_CC = C:\Program Files\Intel\Compiler\c++\9.0\IA32\Bin
|
PATH_TO_HOST_CC = C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
|
||||||
|
|
||||||
#Default values
|
#Default values
|
||||||
CC_NAME = cl.exe
|
CC_NAME = cl.exe
|
||||||
|
|
Loading…
Reference in New Issue