X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FMakefile;h=542818044dd62a707792e7acefca5877c5d8b4d2;hp=77d3b979c9b09274852db1cbeed4c72e88a280d6;hb=7dbc50bd244d95fdc1741b9cfc561f0bfd724de1;hpb=87d97b6a771a5f81277732d5d9985aa9d14ae63f diff --git a/BaseTools/Source/C/Makefile b/BaseTools/Source/C/Makefile index 77d3b979c9..542818044d 100644 --- a/BaseTools/Source/C/Makefile +++ b/BaseTools/Source/C/Makefile @@ -1,7 +1,7 @@ ## @file # Windows makefile for C tools build. # -# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -10,7 +10,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -ARCH = IA32 +HOST_ARCH = IA32 !INCLUDE Makefiles\ms.common @@ -32,7 +32,8 @@ APPLICATIONS = \ Split \ TianoCompress \ VolInfo \ - VfrCompile + VfrCompile \ + DevicePath all: libs apps install