2006-11-09 Mike Kestner <mkestner@novell.com>
[mono.git] / mcs / tools / mkbundle / TODO
1 Tasks necessary to complete the embedding:
2
3         * Pass the main executable as the first argument to the
4           mono_main routine so it starts executing it.
5
6 Files:
7
8         * Need to trace a typical execution and locate the files that this
9           will require at runtime, provide hooks of some form.
10
11 Windows Issues:
12
13         * --static is not supported and probably it will never be,
14           because the libgc code must reside in a DLL.
15
16         * Document that the following DLLs are required to be deployed
17           along with the bundle. Do we need some legal blub if we
18           incite the user to deploy these binaries?
19
20                 [Mm]ono*.dll
21                 libglib*.dll
22                 libgmodule*.dll
23                 libgthread*.dll
24                 iconv.dll
25                 intl.dll
26                 zlib1.dll
27