Added support to select static or dynamic c-runtime based on user property.
authorlateralusX <lateralusx.github@gmail.com>
Thu, 2 Jun 2016 10:55:41 +0000 (12:55 +0200)
committerlateralusX <lateralusx.github@gmail.com>
Wed, 15 Jun 2016 07:44:24 +0000 (09:44 +0200)
commit2cad193fc58279cf8fde0ca858db1101b6213e69
tree65c3c76aac1693b3735cbc68d248ae7e699d6edf
parent0e0002e2559cba3f97bf6d862f6b33e5adcabee0
Added support to select static or dynamic c-runtime based on user property.
All projects will inherit the RuntimeLibrary from mono.props where it now
can be controlled using a user property, MONO_USE_STATIC_C_RUNTIME.
18 files changed:
mcs/jay/jay.vcxproj
msvc/eglib.vcxproj
msvc/genmdesc.vcxproj
msvc/libgc.vcxproj
msvc/libmono.vcxproj
msvc/libmonoruntime.vcxproj
msvc/libtest.vcxproj
msvc/mono.props
msvc/mono.vcxproj
msvc/monodis.vcxproj
msvc/monograph.vcxproj
msvc/monoposixhelper.vcxproj
msvc/pedump.vcxproj
msvc/profiler-vtune.vcxproj
msvc/test-invoke.vcxproj
msvc/test-metadata.vcxproj
msvc/test_eglib.vcxproj
msvc/teste.vcxproj