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>2016-04-12 15:16:01 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-06-15 10:40:06 +0300
commit3360c14f656070468dc789743f67ef0401af38e1 (patch)
tree34f7814e82bc2e098efb76b02c7cbe0afc09a243 /msvc/mono.props
parent5ffb067e886ff8a01b512744a31ff9ba35f45ccc (diff)
Added suffix to intermediate build .pdb files in order to avoid potential naming conflicts when linking.
Diffstat (limited to 'msvc/mono.props')
-rw-r--r--msvc/mono.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/mono.props b/msvc/mono.props
index 72c51fe6ed1..046fb6fba10 100644
--- a/msvc/mono.props
+++ b/msvc/mono.props
@@ -13,7 +13,7 @@
<Value>$(MONO_USE_SGEN)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
- <BuildMacro Include="MONO_USE_TARGET_SUFFIX">
+ <BuildMacro Include="MONO_USE_TARGET_SUFFIX">
<Value>$(MONO_USE_TARGET_SUFFIX)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
@@ -22,7 +22,7 @@
<MONO_BUILD_DIR_PREFIX>c:\mono-build\</MONO_BUILD_DIR_PREFIX>
<MONO_INSTALL_DIR_PREFIX>c:\mono-dist\</MONO_INSTALL_DIR_PREFIX>
<MONO_USE_SGEN>true</MONO_USE_SGEN>
- <MONO_USE_TARGET_SUFFIX>true</MONO_USE_TARGET_SUFFIX>
+ <MONO_USE_TARGET_SUFFIX>true</MONO_USE_TARGET_SUFFIX>
</PropertyGroup>
<PropertyGroup Label="MonoDirectories">
<top_srcdir>$(MSBuildProjectDirectory)\..</top_srcdir>