summaryrefslogtreecommitdiff
path: root/BaseTools/Conf
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2015-01-09 10:07:02 +0000
committerlgao4 <lgao4@Edk2>2015-01-09 10:07:02 +0000
commitc5f1d437eddd8fcfe9adeb7ca70cca7ef8688ded (patch)
tree916b6c68d3bebe1266ce78e21329373d86770c44 /BaseTools/Conf
parent092b852a5bd124d94395930848f2754b6a98fd5c (diff)
downloadedk2-platforms-c5f1d437eddd8fcfe9adeb7ca70cca7ef8688ded.tar.xz
BaseTools Fix NASM tool version in comments of tools_def.template
NASM tool version should be 2.07 instead of 2.0.7. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16596 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Conf')
-rw-r--r--BaseTools/Conf/tools_def.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template
index 7a55b72d0a..f0080244bc 100644
--- a/BaseTools/Conf/tools_def.template
+++ b/BaseTools/Conf/tools_def.template
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
# Portions copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
#
@@ -668,7 +668,7 @@ DEFINE SOURCERY_CYGWIN_TOOLS = /cygdrive/c/Program Files/CodeSourcery/Sourcery G
#
# Other Supported Tools
# =====================
-# NASM 2.0.7 or later http://www.nasm.us/
+# NASM 2.07 or later http://www.nasm.us/
#
####################################################################################
####################################################################################