From 23a69556ded315d102337bf13971411188e26bcd Mon Sep 17 00:00:00 2001 From: lateralusX Date: Fri, 28 Oct 2016 15:24:53 +0200 Subject: 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. --- msvc/eglib.vcxproj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'msvc/eglib.vcxproj') diff --git a/msvc/eglib.vcxproj b/msvc/eglib.vcxproj index 94a7127d731..98a8849ab35 100644 --- a/msvc/eglib.vcxproj +++ b/msvc/eglib.vcxproj @@ -1,4 +1,4 @@ - + @@ -178,11 +178,13 @@ + + @@ -191,7 +193,10 @@ {92ae7622-5f58-4234-9a26-9ec71876b3f4} + + + - + \ No newline at end of file -- cgit v1.2.3