Fix tarball build
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 22 Jan 2017 02:13:56 +0000 (03:13 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 22 Jan 2017 02:13:56 +0000 (03:13 +0100)
w32api.h wasn't included in any sources in the Makefile.
Also fix path in vcxproj, the file is in mono/utils not mono/metadata.

mono/utils/Makefile.am
msvc/libmonoruntime.vcxproj
msvc/libmonoruntime.vcxproj.filters

index 20c9c45d01601f28f31cd352ec3be368b130d4ef..ffa63bfb597a805f7830b4f02f2cebb8401f7ba1 100644 (file)
@@ -174,7 +174,8 @@ monoutils_sources = \
        checked-build.c \
        checked-build.h \
        os-event.h \
-       refcount.h
+       refcount.h      \
+       w32api.h
 
 arch_sources = 
 
index 2305bfe66a1f8a5e6c4a6194596c7338cb93953d..f97a30f3ad3272a71563edd11aa30c0d295676e4 100644 (file)
     <ClInclude Include="..\mono\metadata\w32file-win32-internals.h" />\r
     <ClInclude Include="..\mono\metadata\w32file.h" />\r
     <ClInclude Include="..\mono\metadata\w32error.h" />\r
-    <ClInclude Include="..\mono\metadata\w32api.h" />\r
+    <ClInclude Include="..\mono\utils\w32api.h" />\r
     <ClInclude Include="..\mono\metadata\filewatcher.h" />\r
     <ClInclude Include="..\mono\metadata\gc-internals.h" />\r
     <ClInclude Include="..\mono\metadata\handle.h" />\r
index 62ffe0bef5f03ce4a2ccae1d11bcf84d256b2595..6a76b77a4e9ccd2776decdcd439d1b4dd4d65d53 100644 (file)
     <ClInclude Include="..\mono\metadata\w32error.h">\r
       <Filter>Header Files</Filter>\r
     </ClInclude>\r
-    <ClInclude Include="..\mono\metadata\w32api.h">\r
+    <ClInclude Include="..\mono\utils\w32api.h">\r
       <Filter>Header Files</Filter>\r
     </ClInclude>\r
     <ClInclude Include="..\mono\metadata\filewatcher.h">\r