diff options
author | Nicolas Noble <nnoble@google.com> | 2015-02-11 17:20:59 -0800 |
---|---|---|
committer | Nicolas Noble <nnoble@google.com> | 2015-02-11 17:21:12 -0800 |
commit | 1407adb2a1d6a92d595ae616b7b70e5367e84bfd (patch) | |
tree | b1332471e94eeacc68705496177d4a8f007ec606 /vsprojects/vs2013 | |
parent | c9b8eb3b384a3be2d02e9334e5cd81f3a8820946 (diff) |
Ran build-cleaner, and re-generated project files.
Diffstat (limited to 'vsprojects/vs2013')
-rw-r--r-- | vsprojects/vs2013/gpr_shared.vcxproj | 2 | ||||
-rw-r--r-- | vsprojects/vs2013/gpr_shared.vcxproj.filters | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/vsprojects/vs2013/gpr_shared.vcxproj b/vsprojects/vs2013/gpr_shared.vcxproj index 0b3d4eab7c..b9131e381c 100644 --- a/vsprojects/vs2013/gpr_shared.vcxproj +++ b/vsprojects/vs2013/gpr_shared.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_shared.vcxproj.filters b/vsprojects/vs2013/gpr_shared.vcxproj.filters index 20e4e07c49..1e908a5ba5 100644 --- a/vsprojects/vs2013/gpr_shared.vcxproj.filters +++ b/vsprojects/vs2013/gpr_shared.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> |