diff options
Diffstat (limited to '')
-rw-r--r-- | km/build/wdk8.1update/minimal/.gitignore (renamed from src/minimal/vs12/.gitignore) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/minimal/minimal.vs12.sln (renamed from src/minimal/vs12/minimal.vs12.sln) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/minimal/minimal.vs12.vcxproj (renamed from src/minimal/vs12/minimal.vs12.vcxproj) | 2 | ||||
-rw-r--r-- | km/build/wdk8.1update/simple/.gitignore (renamed from src/nt_path_converter/vs12/.gitignore) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/simple/simple.vs12.sln (renamed from src/simple/vs12/simple.vs12.sln) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/simple/simple.vs12.vcxproj (renamed from src/simple/vs12/simple.vs12.vcxproj) | 6 | ||||
-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 | ||||
-rw-r--r-- | km/src/minimal/main.c (renamed from src/minimal/main.c) | 0 | ||||
-rw-r--r-- | km/src/minimal/makefile (renamed from src/minimal/makefile) | 0 | ||||
-rw-r--r-- | km/src/minimal/sources (renamed from src/minimal/sources) | 0 | ||||
-rw-r--r-- | km/src/simple/device.c (renamed from src/simple/device.c) | 0 | ||||
-rw-r--r-- | km/src/simple/device.h (renamed from src/nt_path_converter/device.h) | 0 | ||||
-rw-r--r-- | km/src/simple/main.c (renamed from src/simple/main.c) | 0 | ||||
-rw-r--r-- | km/src/simple/makefile (renamed from src/nt_path_converter/makefile) | 0 | ||||
-rw-r--r-- | km/src/simple/sources (renamed from src/simple/sources) | 0 | ||||
-rw-r--r-- | km/src/special/nt_path_converter/control_codes.h (renamed from src/nt_path_converter/control_codes.h) | 0 | ||||
-rw-r--r-- | km/src/special/nt_path_converter/device.c (renamed from src/nt_path_converter/device.c) | 0 | ||||
-rw-r--r-- | km/src/special/nt_path_converter/device.h (renamed from src/simple/device.h) | 0 | ||||
-rw-r--r-- | km/src/special/nt_path_converter/main.c (renamed from src/nt_path_converter/main.c) | 0 | ||||
-rw-r--r-- | km/src/special/nt_path_converter/makefile (renamed from src/simple/makefile) | 0 | ||||
-rw-r--r-- | km/src/special/nt_path_converter/nt2dos.c (renamed from src/nt_path_converter/nt2dos.c) | 0 | ||||
-rw-r--r-- | km/src/special/nt_path_converter/nt2dos.h (renamed from src/nt_path_converter/nt2dos.h) | 0 | ||||
-rw-r--r-- | km/src/special/nt_path_converter/sources (renamed from src/nt_path_converter/sources) | 0 | ||||
-rw-r--r-- | km/src/special/sysenter/main.c (renamed from src/sysenter/main.c) | 0 | ||||
-rw-r--r-- | km/src/special/sysenter/makefile (renamed from src/sysenter/makefile) | 0 | ||||
-rw-r--r-- | km/src/special/sysenter/sources (renamed from src/sysenter/sources) | 0 | ||||
-rw-r--r-- | src/dirs | 1 |
32 files changed, 11 insertions, 12 deletions
diff --git a/src/minimal/vs12/.gitignore b/km/build/wdk8.1update/minimal/.gitignore index cd42ee3..cd42ee3 100644 --- a/src/minimal/vs12/.gitignore +++ b/km/build/wdk8.1update/minimal/.gitignore diff --git a/src/minimal/vs12/minimal.vs12.sln b/km/build/wdk8.1update/minimal/minimal.vs12.sln index ad150d0..ad150d0 100644 --- a/src/minimal/vs12/minimal.vs12.sln +++ b/km/build/wdk8.1update/minimal/minimal.vs12.sln diff --git a/src/minimal/vs12/minimal.vs12.vcxproj b/km/build/wdk8.1update/minimal/minimal.vs12.vcxproj index b50d993..fae1fe4 100644 --- a/src/minimal/vs12/minimal.vs12.vcxproj +++ b/km/build/wdk8.1update/minimal/minimal.vs12.vcxproj @@ -277,7 +277,7 @@ <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\main.c" /> + <ClCompile Include="..\..\..\src\minimal\main.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/src/nt_path_converter/vs12/.gitignore b/km/build/wdk8.1update/simple/.gitignore index cd42ee3..cd42ee3 100644 --- a/src/nt_path_converter/vs12/.gitignore +++ b/km/build/wdk8.1update/simple/.gitignore diff --git a/src/simple/vs12/simple.vs12.sln b/km/build/wdk8.1update/simple/simple.vs12.sln index 2b1ad11..2b1ad11 100644 --- a/src/simple/vs12/simple.vs12.sln +++ b/km/build/wdk8.1update/simple/simple.vs12.sln diff --git a/src/simple/vs12/simple.vs12.vcxproj b/km/build/wdk8.1update/simple/simple.vs12.vcxproj index 5fee57f..b758480 100644 --- a/src/simple/vs12/simple.vs12.vcxproj +++ b/km/build/wdk8.1update/simple/simple.vs12.vcxproj @@ -217,11 +217,11 @@ <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\device.c" /> - <ClCompile Include="..\main.c" /> + <ClCompile Include="..\..\..\src\simple\device.c" /> + <ClCompile Include="..\..\..\src\simple\main.c" /> </ItemGroup> <ItemGroup> - <ClInclude Include="..\device.h" /> + <ClInclude Include="..\..\..\src\simple\device.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> 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"> diff --git a/src/minimal/main.c b/km/src/minimal/main.c index 6983929..6983929 100644 --- a/src/minimal/main.c +++ b/km/src/minimal/main.c diff --git a/src/minimal/makefile b/km/src/minimal/makefile index 5acbbd2..5acbbd2 100644 --- a/src/minimal/makefile +++ b/km/src/minimal/makefile diff --git a/src/minimal/sources b/km/src/minimal/sources index b6e92c3..b6e92c3 100644 --- a/src/minimal/sources +++ b/km/src/minimal/sources diff --git a/src/simple/device.c b/km/src/simple/device.c index 859ba67..859ba67 100644 --- a/src/simple/device.c +++ b/km/src/simple/device.c diff --git a/src/nt_path_converter/device.h b/km/src/simple/device.h index 4f117e9..4f117e9 100644 --- a/src/nt_path_converter/device.h +++ b/km/src/simple/device.h diff --git a/src/simple/main.c b/km/src/simple/main.c index 5148727..5148727 100644 --- a/src/simple/main.c +++ b/km/src/simple/main.c diff --git a/src/nt_path_converter/makefile b/km/src/simple/makefile index 5acbbd2..5acbbd2 100644 --- a/src/nt_path_converter/makefile +++ b/km/src/simple/makefile diff --git a/src/simple/sources b/km/src/simple/sources index 1a5ce00..1a5ce00 100644 --- a/src/simple/sources +++ b/km/src/simple/sources diff --git a/src/nt_path_converter/control_codes.h b/km/src/special/nt_path_converter/control_codes.h index 3fb2aff..3fb2aff 100644 --- a/src/nt_path_converter/control_codes.h +++ b/km/src/special/nt_path_converter/control_codes.h diff --git a/src/nt_path_converter/device.c b/km/src/special/nt_path_converter/device.c index a179984..a179984 100644 --- a/src/nt_path_converter/device.c +++ b/km/src/special/nt_path_converter/device.c diff --git a/src/simple/device.h b/km/src/special/nt_path_converter/device.h index 4f117e9..4f117e9 100644 --- a/src/simple/device.h +++ b/km/src/special/nt_path_converter/device.h diff --git a/src/nt_path_converter/main.c b/km/src/special/nt_path_converter/main.c index a1c08e8..a1c08e8 100644 --- a/src/nt_path_converter/main.c +++ b/km/src/special/nt_path_converter/main.c diff --git a/src/simple/makefile b/km/src/special/nt_path_converter/makefile index 5acbbd2..5acbbd2 100644 --- a/src/simple/makefile +++ b/km/src/special/nt_path_converter/makefile diff --git a/src/nt_path_converter/nt2dos.c b/km/src/special/nt_path_converter/nt2dos.c index d1bdb3d..d1bdb3d 100644 --- a/src/nt_path_converter/nt2dos.c +++ b/km/src/special/nt_path_converter/nt2dos.c diff --git a/src/nt_path_converter/nt2dos.h b/km/src/special/nt_path_converter/nt2dos.h index ce0b690..ce0b690 100644 --- a/src/nt_path_converter/nt2dos.h +++ b/km/src/special/nt_path_converter/nt2dos.h diff --git a/src/nt_path_converter/sources b/km/src/special/nt_path_converter/sources index 02a42cd..02a42cd 100644 --- a/src/nt_path_converter/sources +++ b/km/src/special/nt_path_converter/sources diff --git a/src/sysenter/main.c b/km/src/special/sysenter/main.c index 9eb9b28..9eb9b28 100644 --- a/src/sysenter/main.c +++ b/km/src/special/sysenter/main.c diff --git a/src/sysenter/makefile b/km/src/special/sysenter/makefile index 5acbbd2..5acbbd2 100644 --- a/src/sysenter/makefile +++ b/km/src/special/sysenter/makefile diff --git a/src/sysenter/sources b/km/src/special/sysenter/sources index d6371b3..d6371b3 100644 --- a/src/sysenter/sources +++ b/km/src/special/sysenter/sources diff --git a/src/dirs b/src/dirs deleted file mode 100644 index 065777a..0000000 --- a/src/dirs +++ /dev/null @@ -1 +0,0 @@ -DIRS = minimal nt_path_converter simple sysenter |