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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-07 04:37:32 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-07 04:37:32 +0300
commita51f7d90e54d38fcb621dd0ab8f884bffed29883 (patch)
tree671e57b654c93528b8c07904ac9ecfa677c772ad /msvc/libmonoutils.vcxproj
parent62c31ed116c4189c7bd6e032514d219d3717647d (diff)
[msvc] Fix Windows build breaks caused by a595d489fa64d8e213c74470f23c576296e2d548
The .vcproj's and .def's weren't updated and there was a typo in mono-os-mutex.h that caused a build break.
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj9
1 files changed, 5 insertions, 4 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index ff512f903d0..5daad947262 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -45,7 +45,6 @@
<ClCompile Include="..\mono\utils\mono-math.c" />
<ClCompile Include="..\mono\utils\mono-md5.c" />
<ClCompile Include="..\mono\utils\mono-mmap.c" />
- <ClCompile Include="..\mono\utils\mono-mutex.c" />
<ClCompile Include="..\mono\utils\mono-networkinterfaces.c" />
<ClCompile Include="..\mono\utils\mono-rand.c" />
<ClCompile Include="..\mono\utils\mono-threads-state-machine.c" />
@@ -58,7 +57,6 @@
<ClCompile Include="..\mono\utils\mono-proclib.c" />
<ClCompile Include="..\mono\utils\mono-property-hash.c" />
<ClCompile Include="..\mono\utils\mono-publib.c" />
- <ClCompile Include="..\mono\utils\mono-semaphore.c" />
<ClCompile Include="..\mono\utils\mono-sha1.c" />
<ClCompile Include="..\mono\utils\mono-stdlib.c" />
<ClCompile Include="..\mono\utils\mono-threads-mach.c" />
@@ -104,6 +102,8 @@
<ClInclude Include="..\mono\utils\mono-complex.h" />
<ClInclude Include="..\mono\utils\mono-conc-hashtable.h" />
<ClInclude Include="..\mono\utils\mono-context.h" />
+ <ClInclude Include="..\mono\utils\mono-coop-mutex.h" />
+ <ClInclude Include="..\mono\utils\mono-coop-semaphore.h" />
<ClInclude Include="..\mono\utils\mono-counters.h" />
<ClInclude Include="..\mono\utils\mono-digest.h" />
<ClInclude Include="..\mono\utils\mono-dl-fallback.h" />
@@ -120,15 +120,16 @@
<ClInclude Include="..\mono\utils\mono-membar.h" />
<ClInclude Include="..\mono\utils\mono-memory-model.h" />
<ClInclude Include="..\mono\utils\mono-mmap.h" />
- <ClInclude Include="..\mono\utils\mono-mutex.h" />
<ClInclude Include="..\mono\utils\mono-networkinterfaces.h" />
+ <ClInclude Include="..\mono\utils\mono-once.h" />
+ <ClInclude Include="..\mono\utils\mono-os-mutex.h" />
+ <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.h" />
<ClInclude Include="..\mono\utils\mono-property-hash.h" />
<ClInclude Include="..\mono\utils\mono-publib.h" />
<ClInclude Include="..\mono\utils\mono-rand.h" />
- <ClInclude Include="..\mono\utils\mono-semaphore.h" />
<ClInclude Include="..\mono\utils\mono-sigcontext.h" />
<ClInclude Include="..\mono\utils\mono-stack-unwinding.h" />
<ClInclude Include="..\mono\utils\mono-stdlib.h" />