aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-02-11 15:35:07 -0800
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-02-11 15:35:07 -0800
commit31f89f877d9d0c8334aa60e8d49e8ef71c4494c0 (patch)
tree72330c4c62ff1fbce0fdaf67d49b7f2a1272efd4 /vsprojects
parent1a9cf615caa6c000b055cb7367a3f97a15f8bbee (diff)
parent2cdacb8d2e128bf05c7d0157b7c386b69f1b9930 (diff)
Merge pull request #489 from jtattermusch/cpu_windows
Added placeholder for cpu_windows.c implementation
Diffstat (limited to 'vsprojects')
-rw-r--r--vsprojects/vs2013/gpr.vcxproj2
-rw-r--r--vsprojects/vs2013/gpr.vcxproj.filters3
2 files changed, 5 insertions, 0 deletions
diff --git a/vsprojects/vs2013/gpr.vcxproj b/vsprojects/vs2013/gpr.vcxproj
index 959ea331a1..f6516b8953 100644
--- a/vsprojects/vs2013/gpr.vcxproj
+++ b/vsprojects/vs2013/gpr.vcxproj
@@ -120,6 +120,8 @@
</ClCompile>
<ClCompile Include="..\..\src\core\support\cpu_posix.c">
</ClCompile>
+ <ClCompile Include="..\..\src\core\support\cpu_windows.c">
+ </ClCompile>
<ClCompile Include="..\..\src\core\support\env_linux.c">
</ClCompile>
<ClCompile Include="..\..\src\core\support\env_posix.c">
diff --git a/vsprojects/vs2013/gpr.vcxproj.filters b/vsprojects/vs2013/gpr.vcxproj.filters
index 20e4e07c49..1e908a5ba5 100644
--- a/vsprojects/vs2013/gpr.vcxproj.filters
+++ b/vsprojects/vs2013/gpr.vcxproj.filters
@@ -16,6 +16,9 @@
<ClCompile Include="..\..\src\core\support\cpu_posix.c">
<Filter>src\core\support</Filter>
</ClCompile>
+ <ClCompile Include="..\..\src\core\support\cpu_windows.c">
+ <Filter>src\core\support</Filter>
+ </ClCompile>
<ClCompile Include="..\..\src\core\support\env_linux.c">
<Filter>src\core\support</Filter>
</ClCompile>