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
path: root/msvc
diff options
context:
space:
mode:
authorJoão Matos <joao@tritao.eu>2015-01-15 19:20:27 +0300
committerJoão Matos <joao@tritao.eu>2015-01-15 19:21:48 +0300
commitd065c31a2464eb434562b8d58cf6fb0cce31aa91 (patch)
tree1198fd3b34bb7ebc3b2f5f03e3cef877105442b4 /msvc
parente50db216105347a266d5b8c9790d8d266967a77e (diff)
[msvc] Fixed the build.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmonoutils.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index 453c88dbf42..0c728d28558 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -47,6 +47,7 @@
<ClCompile Include="..\mono\utils\mono-networkinterfaces.c" />
<ClCompile Include="..\mono\utils\networking.c" />
<ClCompile Include="..\mono\utils\networking-posix.c" />
+ <ClCompile Include="..\mono\utils\networking-missing.c" />
<ClCompile Include="..\mono\utils\mono-path.c" />
<ClCompile Include="..\mono\utils\mono-poll.c" />
<ClCompile Include="..\mono\utils\mono-proclib.c" />