3 # Copyright (c) 2004 - 2007, Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 # This file is included by CommonTools.env, which is included by
19 # makefiles when building.
21 # It can be customized to identify the locations of the tools
22 # necessary to build the EFI source code for different systems.
27 # Customize to define the base path to MASM for IA32
34 # Customize to define the base path to iASL
41 # Customize to define the base path to the tools for IPF
43 !IFNDEF EFI_IA64TOOLPATH
44 !IF "$(USE_NEWDDK)" == "YES"
45 EFI_IA64TOOLPATH = C:\WINDDK\3790.1830\bin\win64\x86
47 EFI_IA64TOOLPATH = C:\DDK3790
51 !IFNDEF EFI_IA64ASMPATH
52 !IF "$(USE_NEWDDK)" == "YES"
53 EFI_IA64ASMPATH = C:\WINDDK\3790.1830\bin\win64\x86
55 EFI_IA64ASMPATH = C:\DDK3790
60 # Customize to define the base path to the EBC tools
62 !IFNDEF EBC_TOOLS_PATH
63 EBC_TOOLS_PATH = c:\progra~1\intel\ebc
67 # Customize to define the base path to WINDDK for X64
70 WIN_DDK_X64_PATH = C:\WINDDK\3790.1830\bin\win64\x86\amd64
72 WIN_DDK_X64_PATH = $(WIN_DDK_PATH)\bin\win64\x86\amd64
76 # Customize to define the base path to VC8 for X64
78 !IF "$(USE_VC8_X64)" == "YES"
80 VC8_X64_PATH = c:\Program Files\Microsoft Visual Studio 8\VC\bin\x86_amd64
82 VC8_X64_PATH = $(VCINSTALLDIR)\bin\x86_amd64
87 # Customize to define the base path to VC8 for IPF
89 !IF "$(USE_VC8_IPF)" == "YES"
91 VC8_IPF_PATH = c:\Program Files\Microsoft Visual Studio 8\VC\bin\x86_ia64
93 VC8_IPF_PATH = $(VCINSTALLDIR)\bin\x86_ia64