Skip to content

Commit

Permalink
Add missing files to the windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Jan 10, 2015
1 parent edbde3b commit 9130a86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions msvc/libmonoutils.vcxproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
Expand Down Expand Up @@ -45,6 +45,8 @@
<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\networking.c" />
<ClCompile Include="..\mono\utils\networking-posix.c" />
<ClCompile Include="..\mono\utils\mono-path.c" />
<ClCompile Include="..\mono\utils\mono-poll.c" />
<ClCompile Include="..\mono\utils\mono-proclib.c" />
Expand Down Expand Up @@ -284,4 +286,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
</Project>
</Project>

0 comments on commit 9130a86

Please sign in to comment.