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
This commit is contained in:
lhauch 2007-01-25 18:33:21 +00:00
parent febc643362
commit d0d0be58b3
1 changed files with 3 additions and 0 deletions

View File

@ -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
----------------------------