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>2017-09-26 18:15:16 +0300
committerlateralusX <lateralusx.github@gmail.com>2017-10-03 10:20:10 +0300
commit52418d713f478a9f23cdb1a76575d58bea225009 (patch)
tree9ae34efe2a79dd2ee90f1c36a8b9d0ef6f7995fa /msvc/mono.props
parent52e98abd6e5c6d10ddea91a529f7b1b2336e0696 (diff)
Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build.
Diffstat (limited to 'msvc/mono.props')
-rw-r--r--msvc/mono.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/msvc/mono.props b/msvc/mono.props
index 42c56e0f178..c67bad9f407 100644
--- a/msvc/mono.props
+++ b/msvc/mono.props
@@ -42,7 +42,6 @@
<SGEN_DEFINES>HAVE_SGEN_GC;HAVE_MOVING_COLLECTOR;HAVE_WRITE_BARRIERS</SGEN_DEFINES>
<GC_DEFINES>$(SGEN_DEFINES)</GC_DEFINES>
<GC_LIB>libgcmonosgen.lib</GC_LIB>
- <MONO_DEF>monosgen.def</MONO_DEF>
<MONO_TARGET_SUFFIX Condition="'$(MONO_USE_TARGET_SUFFIX)'=='true'">-sgen</MONO_TARGET_SUFFIX>
<MONO_BUILD_DIR_PREFIX Condition="'$(MONO_USE_SEPARATE_BUILD_DIR)'=='true'">$(MONO_BUILD_DIR_PREFIX)sgen/</MONO_BUILD_DIR_PREFIX>
</PropertyGroup>
@@ -50,7 +49,6 @@
<BOEHM_DEFINES>HAVE_BOEHM_GC</BOEHM_DEFINES>
<GC_DEFINES>$(BOEHM_DEFINES)</GC_DEFINES>
<GC_LIB>libgc.lib</GC_LIB>
- <MONO_DEF>mono.def</MONO_DEF>
<MONO_TARGET_SUFFIX Condition="'$(MONO_USE_TARGET_SUFFIX)'=='true'">-boehm</MONO_TARGET_SUFFIX>
<MONO_BUILD_DIR_PREFIX Condition="'$(MONO_USE_SEPARATE_BUILD_DIR)'=='true'">$(MONO_BUILD_DIR_PREFIX)boehm/</MONO_BUILD_DIR_PREFIX>
</PropertyGroup>