]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkCompatibilityPkg/Sample/LocalTools.env
EdkCompatibilityPkg: Fix some typos of "according"
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / LocalTools.env
... / ...
CommitLineData
1#/*++\r
2# \r
3# Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11# \r
12# Module Name:\r
13#\r
14# LocalTools.env\r
15# \r
16# Abstract:\r
17# \r
18# This file is included by CommonTools.env, which is included by \r
19# makefiles when building.\r
20# \r
21# It can be customized to identify the locations of the tools \r
22# necessary to build the EFI source code for different systems. \r
23# \r
24#--*/\r
25\r
26# \r
27# Customize to define the base path to MASM for IA32\r
28#\r
29!IFNDEF MASMPATH\r
30MASMPATH = c:\masm611\r
31!ENDIF\r
32\r
33# \r
34# Customize to define the base path to iASL\r
35#\r
36!IFNDEF ASLPATH\r
37ASLPATH = c:\Asl\r
38!ENDIF\r
39\r
40#\r
41# Customize to define the base path to the tools for IPF\r
42#\r
43!IFNDEF EFI_IA64TOOLPATH\r
44!IF "$(USE_NEWDDK)" == "YES"\r
45EFI_IA64TOOLPATH = C:\WINDDK\3790.1830\bin\win64\x86\r
46!ELSE\r
47EFI_IA64TOOLPATH = C:\DDK3790\r
48!ENDIF\r
49!ENDIF\r
50\r
51!IFNDEF EFI_IA64ASMPATH\r
52!IF "$(USE_NEWDDK)" == "YES"\r
53EFI_IA64ASMPATH = C:\WINDDK\3790.1830\bin\win64\x86\r
54!ELSE\r
55EFI_IA64ASMPATH = C:\DDK3790\r
56!ENDIF\r
57!ENDIF\r
58\r
59# \r
60# Customize to define the base path to the EBC tools\r
61#\r
62!IFNDEF EBC_TOOLS_PATH\r
63EBC_TOOLS_PATH = c:\progra~1\intel\ebc\r
64!ENDIF\r
65\r
66#\r
67# Customize to define the base path to WINDDK for X64\r
68#\r
69!IFNDEF WIN_DDK_PATH\r
70WIN_DDK_X64_PATH = C:\WINDDK\3790.1830\bin\win64\x86\amd64\r
71!ELSE\r
72WIN_DDK_X64_PATH = $(WIN_DDK_PATH)\bin\win64\x86\amd64\r
73!ENDIF\r
74\r
75#\r
76# Customize to define the base path to VC8 for X64\r
77#\r
78!IF "$(USE_VC8_X64)" == "YES"\r
79!IFNDEF VCINSTALLDIR\r
80VC8_X64_PATH = c:\Program Files\Microsoft Visual Studio 8\VC\bin\x86_amd64\r
81!ELSE\r
82VC8_X64_PATH = $(VCINSTALLDIR)\bin\x86_amd64\r
83!ENDIF\r
84!ENDIF\r
85\r
86#\r
87# Customize to define the base path to VC8 for IPF\r
88#\r
89!IF "$(USE_VC8_IPF)" == "YES"\r
90!IFNDEF VCINSTALLDIR\r
91VC8_IPF_PATH = c:\Program Files\Microsoft Visual Studio 8\VC\bin\x86_ia64\r
92!ELSE\r
93VC8_IPF_PATH = $(VCINSTALLDIR)\bin\x86_ia64\r
94!ENDIF\r
95!ENDIF\r