diff options
author | Craig Tiller <ctiller@google.com> | 2015-10-08 07:38:43 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-10-08 07:38:43 -0700 |
commit | 504ed5997a09006a525af921f2969a096bfd3f44 (patch) | |
tree | 6422006918545ade76622d468766a759d8f9b140 /vsprojects | |
parent | 4d1fc5526160470b7d50a78062b80c0f5f4229e4 (diff) |
Get basic profiler working again
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/vcxproj/gpr/gpr.vcxproj | 2 | ||||
-rw-r--r-- | vsprojects/vcxproj/gpr/gpr.vcxproj.filters | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/gpr/gpr.vcxproj b/vsprojects/vcxproj/gpr/gpr.vcxproj index 479286fe97..4c3b36abdc 100644 --- a/vsprojects/vcxproj/gpr/gpr.vcxproj +++ b/vsprojects/vcxproj/gpr/gpr.vcxproj @@ -244,6 +244,8 @@ </ClCompile> <ClCompile Include="..\..\..\src\core\support\time_posix.c"> </ClCompile> + <ClCompile Include="..\..\..\src\core\support\time_precise.c"> + </ClCompile> <ClCompile Include="..\..\..\src\core\support\time_win32.c"> </ClCompile> <ClCompile Include="..\..\..\src\core\support\tls_pthread.c"> diff --git a/vsprojects/vcxproj/gpr/gpr.vcxproj.filters b/vsprojects/vcxproj/gpr/gpr.vcxproj.filters index be5bb5162d..69391b4f99 100644 --- a/vsprojects/vcxproj/gpr/gpr.vcxproj.filters +++ b/vsprojects/vcxproj/gpr/gpr.vcxproj.filters @@ -106,6 +106,9 @@ <ClCompile Include="..\..\..\src\core\support\time_posix.c"> <Filter>src\core\support</Filter> </ClCompile> + <ClCompile Include="..\..\..\src\core\support\time_precise.c"> + <Filter>src\core\support</Filter> + </ClCompile> <ClCompile Include="..\..\..\src\core\support\time_win32.c"> <Filter>src\core\support</Filter> </ClCompile> |