GNOME Bugzilla – Bug 682094
[PATCH] prepare Nereid.csproj for usage with MonoDevelop on OS X upon build
Last modified: 2012-08-19 12:11:40 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 on attachment 221593 [details] [review] prepare Nereid.csproj for usage with MonoDevelop on OS X Committed, thanks!