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-10-28 16:24:53 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-11-08 11:04:49 +0300
commit23a69556ded315d102337bf13971411188e26bcd (patch)
tree44e31c1284d660c6ce31a31e840bc952084af0c9 /msvc/libmonoutils.vcxproj
parentb75ef2bf8505c8028c98a0ee9bb30abcabe52072 (diff)
Build mono runtime under none desktop Windows API family, adjustments and cleanup.
Continuation work on previous none desktop Windows API family PR's adjusting all changes to similar patterns used over previous PR's. This PR also move the logic to silence a MS VS linker warning on empty source files into a macro. It also includes the use of the macro in a couple of more source files causing linker warnings when build on none desktop API families excluding JIT support. Since other Windows API family work is still in progress it also disables build capabilities for none desktop API families.
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj12
1 files changed, 8 insertions, 4 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index ae6dadbcc61..bd512ab75e6 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -144,7 +144,7 @@
<ClInclude Include="..\mono\utils\mono-counters.h" />
<ClInclude Include="..\mono\utils\mono-digest.h" />
<ClInclude Include="..\mono\utils\mono-dl-fallback.h" />
- <ClInclude Include="..\mono\utils\mono-dl-windows.h" />
+ <ClInclude Include="..\mono\utils\mono-dl-windows-internals.h" />
<ClInclude Include="..\mono\utils\mono-dl.h" />
<ClInclude Include="..\mono\utils\mono-error-internals.h" />
<ClInclude Include="..\mono\utils\mono-error.h" />
@@ -157,7 +157,8 @@
<ClInclude Include="..\mono\utils\mono-math.h" />
<ClInclude Include="..\mono\utils\mono-membar.h" />
<ClInclude Include="..\mono\utils\mono-memory-model.h" />
- <ClInclude Include="..\mono\utils\mono-mmap-windows.h" />
+ <ClInclude Include="..\mono\utils\mono-mmap-internals.h" />
+ <ClInclude Include="..\mono\utils\mono-mmap-windows-internals.h" />
<ClInclude Include="..\mono\utils\mono-mmap.h" />
<ClInclude Include="..\mono\utils\mono-networkinterfaces.h" />
<ClInclude Include="..\mono\utils\mono-once.h" />
@@ -165,11 +166,11 @@
<ClInclude Include="..\mono\utils\mono-os-semaphore.h" />
<ClInclude Include="..\mono\utils\mono-path.h" />
<ClInclude Include="..\mono\utils\mono-poll.h" />
- <ClInclude Include="..\mono\utils\mono-proclib-windows.h" />
+ <ClInclude Include="..\mono\utils\mono-proclib-windows-internals.h" />
<ClInclude Include="..\mono\utils\mono-proclib.h" />
<ClInclude Include="..\mono\utils\mono-property-hash.h" />
<ClInclude Include="..\mono\utils\mono-publib.h" />
- <ClInclude Include="..\mono\utils\mono-rand-windows.h" />
+ <ClInclude Include="..\mono\utils\mono-rand-windows-internals.h" />
<ClInclude Include="..\mono\utils\mono-rand.h" />
<ClInclude Include="..\mono\utils\mono-sigcontext.h" />
<ClInclude Include="..\mono\utils\mono-stack-unwinding.h" />
@@ -205,6 +206,9 @@
<Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\mono\utils\Makefile.am" />
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8FC2B0C8-51AD-49DF-851F-5D01A77A75E4}</ProjectGuid>
<Keyword>Win32Proj</Keyword>