зеркало из https://github.com/mono/mail-archives.git
138 строки
4.7 KiB
HTML
138 строки
4.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-osx] [MonoMac] patch for MM-addin, Existing Framework
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20%5BMonoMac%5D%20patch%20for%20MM-addin%2C%20Existing%20Framework&In-Reply-To=4D3FE970.3030006%40pt.lu">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="003787.html">
|
|
<LINK REL="Next" HREF="003792.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-osx] [MonoMac] patch for MM-addin, Existing Framework</H1>
|
|
<B>Duane Wandless</B>
|
|
<A HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20%5BMonoMac%5D%20patch%20for%20MM-addin%2C%20Existing%20Framework&In-Reply-To=4D3FE970.3030006%40pt.lu"
|
|
TITLE="[Mono-osx] [MonoMac] patch for MM-addin, Existing Framework">duane at wandless.net
|
|
</A><BR>
|
|
<I>Wed Jan 26 10:01:12 EST 2011</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="003787.html">[Mono-osx] [MonoMac] patch for MM-addin, Existing Framework
|
|
</A></li>
|
|
<LI>Next message: <A HREF="003792.html">[Mono-osx] [MonoMac] patch for MM-addin, Existing Framework
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#3788">[ date ]</a>
|
|
<a href="thread.html#3788">[ thread ]</a>
|
|
<a href="subject.html#3788">[ subject ]</a>
|
|
<a href="author.html#3788">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Thanks, here is another update based on feedback.
|
|
|
|
Changes:
|
|
* renamed the menu item
|
|
* save to the project file as MSbuild items
|
|
* use CodeDOM to generate code
|
|
* generates MonoMacFrameworks.Initialize() in MonoMacFrameworks.cs
|
|
* saves to project whether relative or absolute path
|
|
* relies on MonoMac exporting dlopen and dlerror in
|
|
the MonoMac.ObjCRuntime.Dlfcn class
|
|
|
|
Issues:
|
|
* Project pad does not update when frameworks are added/deleted
|
|
* build must always be performed since build process modifies
|
|
MonoMacFrameworks.cs in wrong step
|
|
* UI needs more work
|
|
|
|
Duane
|
|
|
|
On Wed, Jan 26, 2011 at 4:29 AM, kjpou <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">kjpou at pt.lu</A>> wrote:
|
|
|
|
><i> Duane
|
|
</I>><i>
|
|
</I>><i> Was just taking a look at it. Nice going so far and great progress in such
|
|
</I>><i> a short time.
|
|
</I>><i>
|
|
</I>><i> Kenneth
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> On 1/25/11 7:46 PM, Duane Wandless wrote:
|
|
</I>><i>
|
|
</I>><i> This patch enables "Add Existing Framework".
|
|
</I>><i>
|
|
</I>><i> Right click in Project pad on a MM project. Add | Existing Framework.
|
|
</I>><i>
|
|
</I>><i> Known issues:
|
|
</I>><i> * build must always be performed since build process modifies
|
|
</I>><i> Main.Frameworks.cs
|
|
</I>><i> * Project pad does not update when frameworks are added/deleted
|
|
</I>><i> * Relative path does not work
|
|
</I>><i> * Needs icon
|
|
</I>><i> * Add framework popup needs work
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Mono-osx mailing <A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">listMono-osx at lists.ximian.comhttp</A>://lists.ximian.com/mailman/listinfo/mono-osx
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>-------------- next part --------------
|
|
An HTML attachment was scrubbed...
|
|
URL: <A HREF="http://lists.ximian.com/pipermail/mono-osx/attachments/20110126/307d5fb9/attachment.html">http://lists.ximian.com/pipermail/mono-osx/attachments/20110126/307d5fb9/attachment.html</A>
|
|
-------------- next part --------------
|
|
A non-text attachment was scrubbed...
|
|
Name: externalFrameworks2.diff
|
|
Type: application/octet-stream
|
|
Size: 11305 bytes
|
|
Desc: not available
|
|
Url : <A HREF="http://lists.ximian.com/pipermail/mono-osx/attachments/20110126/307d5fb9/attachment.obj">http://lists.ximian.com/pipermail/mono-osx/attachments/20110126/307d5fb9/attachment.obj</A>
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="003787.html">[Mono-osx] [MonoMac] patch for MM-addin, Existing Framework
|
|
</A></li>
|
|
<LI>Next message: <A HREF="003792.html">[Mono-osx] [MonoMac] patch for MM-addin, Existing Framework
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#3788">[ date ]</a>
|
|
<a href="thread.html#3788">[ thread ]</a>
|
|
<a href="subject.html#3788">[ subject ]</a>
|
|
<a href="author.html#3788">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-osx">More information about the Mono-osx
|
|
mailing list</a><br>
|
|
</body></html>
|