X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FMakefile;h=3005a175b8b7dcd1bdb9940577d71d2ee45b542b;hb=b69fd59e6f1a884e1f3e42f4fd07e59060782cc1;hp=aeacbd30ee9766c7b6cf0a60948d3cad8f05fe4f;hpb=c69f724df0f9e53b2c29f10e1eae3c784749e8da;p=mirror_edk2.git diff --git a/BaseTools/Source/C/Makefile b/BaseTools/Source/C/Makefile index aeacbd30ee..3005a175b8 100644 --- a/BaseTools/Source/C/Makefile +++ b/BaseTools/Source/C/Makefile @@ -1,8 +1,8 @@ ## @file # Windows makefile for C tools build. # -# Copyright (c) 2009 - 2010, Intel Corporation
-# All rights reserved. This program and the accompanying materials +# Copyright (c) 2009 - 2014, 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 # http://opensource.org/licenses/bsd-license.php @@ -59,6 +59,7 @@ install: $(LIB_PATH) $(BIN_PATH) @echo ###################### @-xcopy $(LIB_PATH)\*.lib $(SYS_LIB_PATH) /I /D /E /F /Y > NUL 2>&1 @-xcopy $(BIN_PATH)\*.exe $(SYS_BIN_PATH) /I /D /E /F /Y > NUL 2>&1 + @-xcopy $(BIN_PATH)\*.bat $(SYS_BIN_PATH) /I /D /E /F /Y > NUL 2>&1 .PHONY: clean clean: @@ -67,7 +68,6 @@ clean: .PHONY: cleanall cleanall: @Makefiles\NmakeSubdirs.bat cleanall $(LIBRARIES) $(APPLICATIONS) - @del /f /q $(BIN_PATH)\*.pdb $(BIN_PATH)\*.ilk !INCLUDE Makefiles\ms.rule