Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@corewars.org>2011-02-22 18:52:38 +0300
committerAnkit Jain <radical@corewars.org>2011-02-22 19:05:59 +0300
commite5fb257d8bf0b3dae7e404a5839b550bee78d685 (patch)
treee0cfc7d32b3e8a4c88c00fd97ef67b4e0cc46032 /man/xbuild.1
parentdb7a1da9bf6f27050495915b2e109a99e4d88279 (diff)
[xbuild] Use the env var $MSBuildExtensionsPath before trying other paths.
Change the order of the "search paths", so that the environment variable can always override it. Update the man page to reflect the change.
Diffstat (limited to 'man/xbuild.1')
-rw-r--r--man/xbuild.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/xbuild.1 b/man/xbuild.1
index dd602113705..2320a37fa72 100644
--- a/man/xbuild.1
+++ b/man/xbuild.1
@@ -73,8 +73,8 @@ to $prefix/lib/mono/xbuild . When used in Import, like:
xbuild tries various values for the msbuild property $(MSBuildExtensionsPath), in order:
- 1. /Library/Frameworks/Mono.framework/External/xbuild on Mac OSX.
- 2. Paths specified in the environment variable $MSBuildExtensionsPath.
+ 1. Paths specified in the environment variable $MSBuildExtensionsPath.
+ 2. /Library/Frameworks/Mono.framework/External/xbuild on Mac OSX.
3. $XDG_CONFIG_HOME/xbuild/tasks (or Environment.SpecialFolder.ApplicationData)
4. $prefix/lib/mono/xbuild (default location)