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-04 15:45:43 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-10-04 15:45:43 +0300
commit5233231e65c421c5c3428a6f5844dcdbe3998c40 (patch)
tree541720c32f79baac22f9de10fb713ba2798cfcba /msvc/libmonoutils.vcxproj
parentf8c6505ad39d1ebf725389584e6a57ba09dd35d9 (diff)
Build libmonoutils under none desktop Windows API family.
Initial work to build libmonoutils under none desktop Windows API families.
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj9
1 files changed, 8 insertions, 1 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index ca9ce67c465..5f2d80f47a6 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -65,8 +65,11 @@
<ClCompile Include="..\mono\utils\mono-log-common.c" />
<ClCompile Include="..\mono\utils\mono-math.c" />
<ClCompile Include="..\mono\utils\mono-md5.c" />
+ <ClCompile Include="..\mono\utils\mono-mmap-windows.c" />
<ClCompile Include="..\mono\utils\mono-mmap.c" />
<ClCompile Include="..\mono\utils\mono-networkinterfaces.c" />
+ <ClCompile Include="..\mono\utils\mono-proclib-windows.c" />
+ <ClCompile Include="..\mono\utils\mono-rand-windows.c" />
<ClCompile Include="..\mono\utils\mono-rand.c" />
<ClCompile Include="..\mono\utils\mono-threads-state-machine.c" />
<ClCompile Include="..\mono\utils\networking.c" />
@@ -153,6 +156,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.h" />
<ClInclude Include="..\mono\utils\mono-error-internals.h" />
<ClInclude Include="..\mono\utils\mono-error.h" />
@@ -165,6 +169,7 @@
<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.h" />
<ClInclude Include="..\mono\utils\mono-networkinterfaces.h" />
<ClInclude Include="..\mono\utils\mono-once.h" />
@@ -172,9 +177,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.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.h" />
<ClInclude Include="..\mono\utils\mono-sigcontext.h" />
<ClInclude Include="..\mono\utils\mono-stack-unwinding.h" />
@@ -374,4 +381,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
-</Project>
+</Project> \ No newline at end of file