diff options
| author | Wei Mao <[email protected]> | 2017-09-18 01:33:03 -0700 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2017-09-18 01:33:03 -0700 |
| commit | 96b567f49ef5c445d09f4fef0752da83024c6968 (patch) | |
| tree | 570e07b23b67aa79e0ba2fde468d8c22522f1ade /general/perfcounters/kcs | |
| parent | 1f4ef4b3c7c137f19990cb98f0895ac5b9a0fa35 (diff) | |
Include headers from current folder
Diffstat (limited to 'general/perfcounters/kcs')
| -rw-r--r-- | general/perfcounters/kcs/kcs.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general/perfcounters/kcs/kcs.vcxproj b/general/perfcounters/kcs/kcs.vcxproj index 5f30eb23..e97abb07 100644 --- a/general/perfcounters/kcs/kcs.vcxproj +++ b/general/perfcounters/kcs/kcs.vcxproj @@ -151,7 +151,7 @@ <PropertyGroup> <CTRPP_ODIR>$([System.IO.Path]::GetDirectoryName($(ProjectDir)\$(IntDir)))</CTRPP_ODIR> </PropertyGroup> - <Exec Command=""$(WDKContentRoot)\bin\x86\ctrpp.exe" kcs.man -prefix Kcs -o "$(CTRPP_ODIR)\KcsCounters.h" -ch "$(CTRPP_ODIR)\KcsCounters_counters.h" -rc "$(CTRPP_ODIR)\KcsCounters.rc"" WorkingDirectory="$(MSBuildProjectDirectory)" /> + <Exec Command=""ctrpp.exe" kcs.man -prefix Kcs -o "$(CTRPP_ODIR)\KcsCounters.h" -ch "$(CTRPP_ODIR)\KcsCounters_counters.h" -rc "$(CTRPP_ODIR)\KcsCounters.rc"" WorkingDirectory="$(MSBuildProjectDirectory)" /> </Target> <ItemGroup> <ClCompile Include="Kcs.c" /> @@ -170,4 +170,4 @@ <ClInclude Exclude="@(ClInclude)" Include="*.h;*.hpp;*.hxx;*.hm;*.inl;*.xsd" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> -</Project>
\ No newline at end of file +</Project> |
