[Mono-devel-list] Stupid novice question
Ian MacLean
ianm at ActiveState.com
Fri Mar 7 00:59:37 EST 2003
Aleksey Sudakov wrote:
> Hello,
>
> Also, my .NET project is actually an assembly... so what is the story with
> assemblies in Mono? There are just 2 targets in mcs: library and module. I
> guess I could do for now building as a library and then linking it into test
> applications, but still is there a way to create true assemblies and if
> there is then how?
Actually it can produce the following targets:
exe
winexe
library
module
The first three are all assemblies ( library is a dll style assembly not
a c syle static library ) and module is a netmodule - a sub part of a
multi-module assembly. I'm not sure what you mean by "true assembly"
> Thanks,
> Aleksey
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list