summaryrefslogtreecommitdiffstats
path: root/BuildNotes.txt
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-25 18:33:21 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-25 18:33:21 +0000
commitd0d0be58b3b8c29a68ccaf488bca6e8b1073839a (patch)
tree69c0b9b55ee88f6c3d70dcd38bcb393c3d21acfe /BuildNotes.txt
parentfebc64336241fc400af7d0bcbf01b2f35925cf96 (diff)
downloadedk2-d0d0be58b3b8c29a68ccaf488bca6e8b1073839a.tar.gz
edk2-d0d0be58b3b8c29a68ccaf488bca6e8b1073839a.tar.bz2
edk2-d0d0be58b3b8c29a68ccaf488bca6e8b1073839a.zip
Added comment about using -emacs to turn off adding [cc] characters in error messages
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2317 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BuildNotes.txt')
-rw-r--r--BuildNotes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildNotes.txt b/BuildNotes.txt
index ca9473d71a..f9f3cdd934 100644
--- a/BuildNotes.txt
+++ b/BuildNotes.txt
@@ -201,6 +201,9 @@ Pre-defined targets in the build.xml file include:
clean - This target removes object files generated by commands.
cleanall - This target removes all generated files and directories.
+Use the ANT option, -emacs, to remove the [cc] characters when an error occurs
+to provide a method for the Visual Studio IDE to open a file by double
+clicking the mouse on the file. Add -emacs to the end of the build command.
----------------------------
A Word on the GCC Tool Chain
----------------------------