aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/grpc_shared.vcxproj
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-21 07:19:19 +0100
committerGravatar Nicolas "Pixel" Noble <nicolas@nobis-crew.org>2015-02-20 22:37:58 -0800
commit94964fd0b25217fe42cbd0b664e7f9778cf7bccb (patch)
tree5db45d2d2775b4eaaae4a786676c154493b7f398 /vsprojects/vs2013/grpc_shared.vcxproj
parent8623ad0847d3b848c66f957244fcb886409dea30 (diff)
Fixing Windows port.
Diffstat (limited to 'vsprojects/vs2013/grpc_shared.vcxproj')
-rw-r--r--vsprojects/vs2013/grpc_shared.vcxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/vsprojects/vs2013/grpc_shared.vcxproj b/vsprojects/vs2013/grpc_shared.vcxproj
index dfb0899138..81a280d912 100644
--- a/vsprojects/vs2013/grpc_shared.vcxproj
+++ b/vsprojects/vs2013/grpc_shared.vcxproj
@@ -287,7 +287,9 @@
</ClCompile>
<ClCompile Include="..\..\src\core\iomgr\pollset_windows.c">
</ClCompile>
- <ClCompile Include="..\..\src\core\iomgr\resolve_address.c">
+ <ClCompile Include="..\..\src\core\iomgr\resolve_address_posix.c">
+ </ClCompile>
+ <ClCompile Include="..\..\src\core\iomgr\resolve_address_windows.c">
</ClCompile>
<ClCompile Include="..\..\src\core\iomgr\sockaddr_utils.c">
</ClCompile>