Major improvement of Visual Studio toolchain and Windows SDK support in mkbundle.
[mono.git] / mcs / tools / mkbundle / template.c
1 void mono_mkbundle_init ()
2 {
3         install_dll_config_files ();
4         mono_register_bundled_assemblies(bundled);
5 }