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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlateralusX <lateralusx.github@gmail.com>2018-11-12 18:26:17 +0300
committerlateralusX <lateralusx.github@gmail.com>2018-11-12 18:28:23 +0300
commit9728edf5cccd482fc2e39129cb3d5c8821ab1641 (patch)
tree88a76afaa095aa16b827fe29018e7e29d8bface2 /msvc/mono.props
parent269d02cf5b3c906954bbba944fc9d5918fa1ad75 (diff)
Align LLVM/BTLS Visual Studio external builds.
Diffstat (limited to 'msvc/mono.props')
-rw-r--r--msvc/mono.props8
1 files changed, 5 insertions, 3 deletions
diff --git a/msvc/mono.props b/msvc/mono.props
index 2de8f1851c4..26ae7abcde1 100644
--- a/msvc/mono.props
+++ b/msvc/mono.props
@@ -23,6 +23,8 @@
<MONO_EXTERNAL_LLVM_CONFIG></MONO_EXTERNAL_LLVM_CONFIG>
<!-- When true, ported mono projects will build using C++ instead of C compiler. When false, all project will be build using the default compiler. -->
<MONO_COMPILE_AS_CPP>false</MONO_COMPILE_AS_CPP>
+ <!-- When true, mono binaries will link and include BTLS. When false, mono binaries will not link and include BTLS. -->
+ <MONO_ENABLE_BTLS>false</MONO_ENABLE_BTLS>
</PropertyGroup>
<PropertyGroup Label="MonoDirectories">
<MonoSourceLocation Condition="'$(MonoSourceLocation)' == '' ">..</MonoSourceLocation>
@@ -81,9 +83,6 @@
<BuildMacro Include="MONO_INSTALL_DIR_PREFIX">
<Value>$(MONO_INSTALL_DIR_PREFIX)</Value>
</BuildMacro>
- <BuildMacro Include="MONO_LLVM_INSTALL_DIR_PREFIX">
- <Value>$(MONO_LLVM_INSTALL_DIR_PREFIX)</Value>
- </BuildMacro>
<BuildMacro Include="MONO_TARGET_GC">
<Value>$(MONO_TARGET_GC)</Value>
</BuildMacro>
@@ -108,6 +107,9 @@
<BuildMacro Include="MONO_COMPILE_AS_CPP">
<Value>$(MONO_COMPILE_AS_CPP)</Value>
</BuildMacro>
+ <BuildMacro Include="MONO_ENABLE_BTLS">
+ <Value>$(MONO_ENABLE_BTLS)</Value>
+ </BuildMacro>
</ItemGroup>
<PropertyGroup Label="MonoDefaultPreprocessorDefinitions">
<MONO_PREPROCESSOR_DEFINITIONS>__default_codegen__;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;GC_NOT_DLL;WIN32_THREADS;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0501;_UNICODE;UNICODE;FD_SETSIZE=1024;NVALGRIND;$(MONO_ADDITIONAL_PREPROCESSOR_DEFINITIONS)</MONO_PREPROCESSOR_DEFINITIONS>