summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-03 18:04:29 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-03 18:04:29 +0000
commit54a1ec66eb53509d47c5fbdbffc34a9ae7d15dd8 (patch)
tree16abcc07a4b4c7eac989809583f889f1a81eaab6
parentb678d2fbddddcdee8f30d8fa572126135ebc14e8 (diff)
downloadedk2-54a1ec66eb53509d47c5fbdbffc34a9ae7d15dd8.zip
edk2-54a1ec66eb53509d47c5fbdbffc34a9ae7d15dd8.tar.gz
edk2-54a1ec66eb53509d47c5fbdbffc34a9ae7d15dd8.tar.bz2
Point to the correct _tools_def.txt file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@93 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--ReleaseNotes.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index dce5e1e..48dc75e 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -157,10 +157,10 @@ Java Tools:
-------------------------------------------------------------------------------
Quick Start
-----------
-Edit the text file, tools_def.txt, located in the Tools/Conf directory. This
-file contains the names of the compiler tool chains and the location of the
-compiler binaries. It has been pre-populated with the standard location for
-the Microsoft tool chains and includes the standard location of the Intel C
+Edit the text file, msft_tools_def.txt, located in the Tools/Conf directory.
+This file contains the names of the compiler tool chains and the location of
+the compiler binaries. It has been pre-populated with the standard location
+for the Microsoft tool chains and includes the standard location of the Intel C
Compiler for EFI Byte Code (EBC)
Follow the instructions at https://edk2.tianocore.org/servlets/ProjectSource to