diff options
-rw-r--r-- | BuildNotes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildNotes.txt b/BuildNotes.txt index ca9473d..f9f3cdd 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
----------------------------
|