renamed to be consistent
[mono.git] / mcs / tools / mkbundle / TODO
1 Tasks necessary to complete the embedding:
2
3         * Allow --static flag (very important).
4
5                 * Provide a mono-static .pc file that can be used with this tool.
6
7                 * Provide a way to allow the user to pass extra options to gcc
8                   (to control how to get libicu statically linked for example).
9
10                 * Warn if the user is using ICU?
11         
12         * Pass the main executable as the first argument to the
13           mono_main routine so it starts executing it.
14
15 Files:
16
17         * Need to trace a typical execution and locate the files that this
18           will require at runtime, provide hooks of some form.
19
20 Independently:
21
22         * Turn off ICU by default in Mono anyways?
23
24