After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 682094 - [PATCH] prepare Nereid.csproj for usage with MonoDevelop on OS X upon build
[PATCH] prepare Nereid.csproj for usage with MonoDevelop on OS X upon build
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
git master
Other Mac OS
: Normal normal
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-17 12:16 UTC by Timo Dörr
Modified: 2012-08-19 12:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
prepare Nereid.csproj for usage with MonoDevelop on OS X (1.17 KB, patch)
2012-08-17 12:16 UTC, Timo Dörr
committed Details | Review

Description Timo Dörr 2012-08-17 12:16:09 UTC
Created attachment 221593 [details] [review]
prepare Nereid.csproj for usage with MonoDevelop on OS X

this patch calls bockbuild --csproj-insert, which will write the necessary environment variables (OS X equivalents of LD_LIBRARY_PATH etc) into the projects execution settings when running ./bootstrap-bundle. This way one can immediately after ./bootstrap-bundle fire up monodevelop and use it to compile & debug Banshee.
Comment 1 Bertrand Lorentz 2012-08-19 12:11:31 UTC
Comment on attachment 221593 [details] [review]
prepare Nereid.csproj for usage with MonoDevelop on OS X

Committed, thanks!