Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TODO « mkbundle « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36397b20a943bbcdf7056b0672e6ff7cf082af7b (plain)
1
2
3
4
5
6
7
8
9
10
Tasks necessary to complete the embedding:

	* Pass the main executable as the first argument to the
	  mono_main routine so it starts executing it.

Files:

	* Need to trace a typical execution and locate the files that this
	  will require at runtime, provide hooks of some form.