diff options
Diffstat (limited to '')
-rw-r--r-- | km/build/wdk8.1update/special/nt_path_converter/.gitignore (renamed from src/simple/vs12/.gitignore) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.sln (renamed from src/nt_path_converter/vs12/nt_path_converter.vs12.sln) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj (renamed from src/nt_path_converter/vs12/nt_path_converter.vs12.vcxproj) | 12 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/sysenter/.gitignore (renamed from src/sysenter/vs12/.gitignore) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/sysenter/sysenter.vs12.sln (renamed from src/sysenter/vs12/sysenter.vs12.sln) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/sysenter/sysenter.vs12.vcxproj (renamed from src/sysenter/vs12/sysenter.vs12.vcxproj) | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/simple/vs12/.gitignore b/km/build/wdk8.1update/special/nt_path_converter/.gitignore index cd42ee3..cd42ee3 100644 --- a/src/simple/vs12/.gitignore +++ b/km/build/wdk8.1update/special/nt_path_converter/.gitignore diff --git a/src/nt_path_converter/vs12/nt_path_converter.vs12.sln b/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.sln index 45cf003..45cf003 100644 --- a/src/nt_path_converter/vs12/nt_path_converter.vs12.sln +++ b/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.sln diff --git a/src/nt_path_converter/vs12/nt_path_converter.vs12.vcxproj b/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj index 4a50b17..f87134e 100644 --- a/src/nt_path_converter/vs12/nt_path_converter.vs12.vcxproj +++ b/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj @@ -217,14 +217,14 @@ <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> </ItemGroup> <ItemGroup> - <ClInclude Include="..\control_codes.h" /> - <ClInclude Include="..\device.h" /> - <ClInclude Include="..\nt2dos.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_path_converter\control_codes.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_path_converter\device.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_path_converter\nt2dos.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\device.c" /> - <ClCompile Include="..\main.c" /> - <ClCompile Include="..\nt2dos.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_path_converter\device.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_path_converter\main.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_path_converter\nt2dos.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/src/sysenter/vs12/.gitignore b/km/build/wdk8.1update/special/sysenter/.gitignore index cd42ee3..cd42ee3 100644 --- a/src/sysenter/vs12/.gitignore +++ b/km/build/wdk8.1update/special/sysenter/.gitignore diff --git a/src/sysenter/vs12/sysenter.vs12.sln b/km/build/wdk8.1update/special/sysenter/sysenter.vs12.sln index ec3ab31..ec3ab31 100644 --- a/src/sysenter/vs12/sysenter.vs12.sln +++ b/km/build/wdk8.1update/special/sysenter/sysenter.vs12.sln 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"> |