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-01-11 02:35:35 +0300
committerAnkit Jain <radical@corewars.org>2011-01-11 02:36:19 +0300
commit8dd9fd9092ef3b0de51f743efbe2301e53087797 (patch)
tree836b9cb7dbfd58ac301f483aabd48184636036c4 /man/xbuild.1
parentcc881c63a51ff1b48d10d8bfbd96a0983e0e8aef (diff)
[xbuild] Update man page, new search paths for extensions and .pc files.
Diffstat (limited to 'man/xbuild.1')
-rw-r--r--man/xbuild.111
1 files changed, 8 insertions, 3 deletions
diff --git a/man/xbuild.1 b/man/xbuild.1
index c5ec5ca7b9c..dd602113705 100644
--- a/man/xbuild.1
+++ b/man/xbuild.1
@@ -73,9 +73,10 @@ to $prefix/lib/mono/xbuild . When used in Import, like:
xbuild tries various values for the msbuild property $(MSBuildExtensionsPath), in order:
- 1. Paths specified in the environment variable $MSBuildExtensionsPath.
- 2. $XDG_CONFIG_HOME/xbuild/tasks (or Environment.SpecialFolder.ApplicationData)
- 3. $prefix/lib/mono/xbuild (default location)
+ 1. /Library/Frameworks/Mono.framework/External/xbuild on Mac OSX.
+ 2. Paths specified in the environment variable $MSBuildExtensionsPath.
+ 3. $XDG_CONFIG_HOME/xbuild/tasks (or Environment.SpecialFolder.ApplicationData)
+ 4. $prefix/lib/mono/xbuild (default location)
Anywhere else in the project files, $(MSBuildExtensionsPath) will always resolve to the default
location. This is a xbuild-only feature.
@@ -111,6 +112,10 @@ For example, you could set this variable from your shell:
You can disable the built-in color scheme by setting this variable to
"disable".
+.SH NOTES
+On Mac OSX, for locating pkg-config (.pc) files, xbuild additionally
+looks in "/Library/Frameworks/Mono.framework/External/pkgconfig" .
+
.SH SEE ALSO
.BR mono(1), mcs(1)
.SH COPYRIGHT