зеркало из https://github.com/mono/mail-archives.git
77 строки
2.9 KiB
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 <<A HREF="mailto:nimaeb@ucla.edu">nimaeb@ucla.edu</A>> wrote:
|
|
><i> I need a little help with the compiler. There's a command in the Windows C#
|
|
</I>><i> called "Assembly Generation Tool", al.exe. This is what it does:
|
|
</I>><i>
|
|
</I>><i> al /out:composite.dll A.dll B.dll C.dll and etc.
|
|
</I>><i>
|
|
</I>><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 <<A HREF="mailto:fjh@cs.mu.oz.au">fjh@cs.mu.oz.au</A>> | "I have always known that the pursuit
|
|
The University of Melbourne | of excellence is a lethal habit"
|
|
WWW: <<A HREF="http://www.cs.mu.oz.au/~fjh">http://www.cs.mu.oz.au/~fjh</A>> | -- 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>
|