You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@@ -27,6 +27,8 @@
|
||||
<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>
|
||||
<!-- When true, mono binaries will be compiled for use as a .NET Core runtime. -->
|
||||
<MONO_ENABLE_NETCORE>false</MONO_ENABLE_NETCORE>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="MonoDirectories">
|
||||
<MonoSourceLocation Condition="'$(MonoSourceLocation)' == '' ">..</MonoSourceLocation>
|
||||
@@ -112,6 +114,9 @@
|
||||
<BuildMacro Include="MONO_ENABLE_BTLS">
|
||||
<Value>$(MONO_ENABLE_BTLS)</Value>
|
||||
</BuildMacro>
|
||||
<BuildMacro Include="MONO_ENABLE_NETCORE">
|
||||
<Value>$(MONO_ENABLE_NETCORE)</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>
|
||||
|
||||
Reference in New Issue
Block a user