diff options
Diffstat (limited to '')
-rw-r--r-- | km/build/wdk8.1update/special/sysenter/sysenter.vs12.vcxproj (renamed from src/sysenter/vs12/sysenter.vs12.vcxproj) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysenter/vs12/sysenter.vs12.vcxproj b/km/build/wdk8.1update/special/sysenter/sysenter.vs12.vcxproj index eaba723..966eb6a 100644 --- a/src/sysenter/vs12/sysenter.vs12.vcxproj +++ b/km/build/wdk8.1update/special/sysenter/sysenter.vs12.vcxproj @@ -57,7 +57,7 @@ <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\main.c" /> + <ClCompile Include="..\..\..\..\src\special\sysenter\main.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |