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/eglib.vcxproj.filters
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/eglib.vcxproj.filters')
-rw-r--r--msvc/eglib.vcxproj.filters10
1 files changed, 9 insertions, 1 deletions
diff --git a/msvc/eglib.vcxproj.filters b/msvc/eglib.vcxproj.filters
index 680ff1a9fd9..f49e42ae159 100644
--- a/msvc/eglib.vcxproj.filters
+++ b/msvc/eglib.vcxproj.filters
@@ -88,7 +88,7 @@
<ClCompile Include="..\eglib\src\gutf8.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\eglib\src\vasprintf.c">
+ <ClCompile Include="..\eglib\src\gunicode-win32.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
@@ -102,6 +102,9 @@
<ClInclude Include="..\eglib\src\sort.frag.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\eglib\src\gmodule-win32-internals.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Source Files">
@@ -114,4 +117,9 @@
<UniqueIdentifier>{38a39ff1-842b-431b-b54b-24094e8283eb}</UniqueIdentifier>
</Filter>
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\eglib\src\Makefile.am">
+ <Filter>Resource Files</Filter>
+ </None>
+ </ItemGroup>
</Project> \ No newline at end of file