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>2019-01-08 16:06:14 +0300
committerlateralusX <lateralusx.github@gmail.com>2019-01-08 16:06:14 +0300
commit46a1c80a41c6d5be7204fbd9c38875dd393b456f (patch)
tree61d4ce8b07e2943d37b2a13992330b5d1dddfbeb /msvc/libgcmonosgen.vcxproj
parentb9e209fc9376f823707b674ea0a734a54b7a7fb4 (diff)
Fix warnings and build errors when bumping Mono on alternative Windows platforms.
Several of the name changes fixes MSVC warnings where local variables hides global variables using the same name. Number of adjustments not building on platforms not defining HAVE_CLASSIC_WINAPI_SUPPORT. Fix a couple of build projects not setting dependencies on build-init.vcxproj. This could cause races in build order if projects depend on build initialization. Added support to force external builds to use msbuild even if ninja is present.
Diffstat (limited to 'msvc/libgcmonosgen.vcxproj')
-rw-r--r--msvc/libgcmonosgen.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/msvc/libgcmonosgen.vcxproj b/msvc/libgcmonosgen.vcxproj
index 3db4e154d23..0266b75c656 100644
--- a/msvc/libgcmonosgen.vcxproj
+++ b/msvc/libgcmonosgen.vcxproj
@@ -18,6 +18,11 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="build-init.vcxproj">
+ <Project>{92ae7622-5f58-4234-9a26-9ec71876b3f4}</Project>
+ </ProjectReference>
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{C36612BD-22D3-4B95-85E2-7FDC4FC5D740}</ProjectGuid>
<Keyword>Win32Proj</Keyword>