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:
authorAlex Rønne Petersen <alexrp@xamarin.com>2015-05-04 03:22:58 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2015-05-04 22:09:29 +0300
commit0c71975bce24741c6fd5d15ee2932f7d638c7664 (patch)
tree5c18f7cc12c45de93ade0f9bfb3e7ba3406efe98 /msvc/libmonoutils.vcxproj
parenta000d0f8f01ccf1ed1080a0cd3c6f3ee9e109ac5 (diff)
[sgen] Move the independent parts of SGen to a separate library.
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index 074b868e1ee..dee2de94794 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -74,6 +74,8 @@
<ClCompile Include="..\mono\utils\mono-hwcap.c" />
<ClCompile Include="..\mono\utils\mono-hwcap-x86.c" />
<ClCompile Include="..\mono\utils\bsearch.c" />
+ <ClCompile Include="..\mono\utils\memfuncs.c" />
+ <ClCompile Include="..\mono\utils\parse.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\mono\utils\dlmalloc.h" />
@@ -136,6 +138,8 @@
<ClInclude Include="..\mono\utils\mono-hwcap.h" />
<ClInclude Include="..\mono\utils\mono-hwcap-x86.h" />
<ClInclude Include="..\mono\utils\bsearch.h" />
+ <ClInclude Include="..\mono\utils\memfuncs.h" />
+ <ClInclude Include="..\mono\utils\parse.h" />
</ItemGroup>
<ItemGroup>
<MASM Include="..\mono\utils\win64.asm">