mail-archives/mono-list/2003-October/016525.html

77 строки
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-list] Help regarding compiler
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:fjh%40cs.mu.OZ.AU">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="016524.html">
<LINK REL="Next" HREF="016521.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-list] Help regarding compiler
</H1>
<B>Fergus Henderson
</B>
<A HREF="mailto:fjh%40cs.mu.OZ.AU"
TITLE="[Mono-list] Help regarding compiler">fjh@cs.mu.OZ.AU
</A><BR>
<I>Tue, 21 Oct 2003 18:35:03 +1000</I>
<P><UL>
<LI> Previous message: <A HREF="016524.html">[Mono-list] Help regarding compiler
</A></li>
<LI> Next message: <A HREF="016521.html">[Mono-list] Mono at the PDC.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#16525">[ date ]</a>
<a href="thread.html#16525">[ thread ]</a>
<a href="subject.html#16525">[ subject ]</a>
<a href="author.html#16525">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 20-Oct-2003, EBRAHIMI,NIMA &lt;<A HREF="mailto:nimaeb@ucla.edu">nimaeb@ucla.edu</A>&gt; wrote:
&gt;<i> I need a little help with the compiler. There's a command in the Windows C#
</I>&gt;<i> called &quot;Assembly Generation Tool&quot;, al.exe. This is what it does:
</I>&gt;<i>
</I>&gt;<i> al /out:composite.dll A.dll B.dll C.dll and etc.
</I>&gt;<i>
</I>&gt;<i> basically it integrates all the dll files into a SINGLE dll file.
</I>
Actually, that's not what it does. The dll file that it generates
contains references to the other dlls. It is not self-contained.
Rather than integrating a bunch of dlls into a single dll, what it
does is it converts a bunch of dlls into a multi-file assembly,
by generating a dll containing an assembly manifest which refers
to the other dlls.
To convert a bunch of dlls into a single dll, Microsoft's suggestion
is to use ildasm on all the dlls, concatenate the results, and run it
through ilasm.
--
Fergus Henderson &lt;<A HREF="mailto:fjh@cs.mu.oz.au">fjh@cs.mu.oz.au</A>&gt; | &quot;I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit&quot;
WWW: &lt;<A HREF="http://www.cs.mu.oz.au/~fjh">http://www.cs.mu.oz.au/~fjh</A>&gt; | -- the last words of T. S. Garp.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="016524.html">[Mono-list] Help regarding compiler
</A></li>
<LI> Next message: <A HREF="016521.html">[Mono-list] Mono at the PDC.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#16525">[ date ]</a>
<a href="thread.html#16525">[ thread ]</a>
<a href="subject.html#16525">[ subject ]</a>
<a href="author.html#16525">[ author ]</a>
</LI>
</UL>
</body></html>