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>2010-08-19 00:48:10 +0400
committerAnkit Jain <radical@corewars.org>2010-08-19 00:55:10 +0400
commitbadaf05563e2734850dc4154c674abe5f8bd648d (patch)
tree1dddd947fd2fef27a91fdb8eb171d8f7427a70b9 /man/xbuild.1
parentb23d43110c3a09f98744f16348ead83882633d68 (diff)
[xbuild] Support extra paths for MSBuildExtensionsPath32/64 .
Support extra search paths via env variables for MSBuildExtensionsPath32/64 also. Update man page.
Diffstat (limited to 'man/xbuild.1')
-rw-r--r--man/xbuild.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/xbuild.1 b/man/xbuild.1
index 30f49045755..c419e9acbf4 100644
--- a/man/xbuild.1
+++ b/man/xbuild.1
@@ -60,7 +60,7 @@ or higher.
MSBuild extensions are usually installed in $(MSBuildExtensionsPath), which xbuild resolves
to $prefix/lib/mono/xbuild . When used in Import, like:
- <Import Project="$(MSBuildExtensionsPath)\TestTargets.targets"/>
+ <Import Project="$(MSBuildExtensionsPath)\\TestTargets.targets"/>
xbuild tries various values for the msbuild property $(MSBuildExtensionsPath), in order:
@@ -70,6 +70,8 @@ xbuild tries various values for the msbuild property $(MSBuildExtensionsPath), i
Anywhere else in the project files, $(MSBuildExtensionsPath) will always resolve to the default
location. This is a xbuild-only feature.
+This is also applicable for the properties $(MSBuildExtensionsPath32) and $(MSBuildExtensionsPath64),
+and the environment variables have the corresponding names - MSBuildExtensionsPath32/64 .
.TP
.I "XBUILD_COLORS"
If this variable is set, it contains a string of the form