Added support to build mono runtime as a static library. (#3231)
authorJohan Lorensson <lateralusx.github@gmail.com>
Wed, 6 Jul 2016 04:28:02 +0000 (06:28 +0200)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 6 Jul 2016 04:28:02 +0000 (00:28 -0400)
commit4d9ffd3db28563a57bc29321d5b4faba79f19006
tree6380d5d065ec27a7be9254fdee8493e30dd3a87e
parent4261bb66964a26f73b26a086ea0145ab10784077
Added support to build mono runtime as a static library. (#3231)

libmono will use static library when building its dynamic library. This gives
the option to build binaries that could link the static version of mono runtime
or use the dynamic version of the same library. The default build binaries still
link against the dynamic version of the runtime.
msvc/libmono-static.vcxproj [new file with mode: 0644]
msvc/libmono-static.vcxproj.filters [new file with mode: 0644]
msvc/libmono.vcxproj
msvc/libmono.vcxproj.filters
msvc/libmonoruntime.vcxproj
msvc/mono.sln