From e7842a855a9d3cfc0147b63f7907771cbe0a9775 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 10 Aug 2007 09:29:03 +0000 Subject: [PATCH] Added instructions for sharpdev2. Added shorthand commands. --- Build/Instructions.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Build/Instructions.txt b/Build/Instructions.txt index 866c75be..5f844602 100644 --- a/Build/Instructions.txt +++ b/Build/Instructions.txt @@ -16,6 +16,7 @@ debug - build the debug version (e.g. 'build net debug'). clean - delete intermediate object files and projects (reclaim some space, the binaries are not touched). distclean - delete intermediate and final object files (reclaim all space used during compilation). -vs2005 - create project files for Visual Studio 2005. -monodev - create project files for MonoDevelop. -sharpdev - as above, for SharpDevelop. \ No newline at end of file +vs2005 (vs) - create project files for Visual Studio 2005. +monodev (md) - create project files for MonoDevelop. +sharpdev (sd) - as above, for SharpDevelop. +sharpdev2 (sd2) - as above, for SharpDevelop2. \ No newline at end of file