]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefile
Clean 1 build error and 1 warning for VfrCompiler.
[mirror_edk2.git] / BaseTools / Source / C / Makefile
index aeacbd30ee9766c7b6cf0a60948d3cad8f05fe4f..789e06f18dfe4c8a038ce0e67bc184dc59a5c708 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 # Windows makefile for C tools build.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation<BR>\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
@@ -59,6 +59,7 @@ install: $(LIB_PATH) $(BIN_PATH)
        @echo ######################\r
        @-xcopy $(LIB_PATH)\*.lib $(SYS_LIB_PATH) /I /D /E /F /Y > NUL 2>&1\r
        @-xcopy $(BIN_PATH)\*.exe $(SYS_BIN_PATH) /I /D /E /F /Y > NUL 2>&1\r
+  @-xcopy $(BIN_PATH)\*.bat $(SYS_BIN_PATH) /I /D /E /F /Y > NUL 2>&1\r
 \r
 .PHONY: clean\r
 clean:\r