On Tue, 2002-11-12 at 08:14, Piyush, Garyali (IE10) wrote: > > Hi, > > I was trying to separate the mint code from mono and > found that the following codebase is required for > building only "mint.exe". > > ../config.h > ./mono/cil/opcode.def > ./mono/os > ./mono/arch > ./mono/utils > ./mono/io-layer > ./mono/metadata > ./mono/interpreter > > I wanted to know whether the codebase can be further > shrinked? Are there files in io-layer and metadata > which do not belong/not-used by the mint code and can > be removed from the code-base so that a separate > makefile can be made that only builds mint!
I guess all those things are needed (if you want full functionality). - Dietmar _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
