aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/km/build/wdk8.1update
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-04-27 19:19:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-04-27 19:19:56 +0300
commit974bd0388994715b4fa35ac54986e3c1ed4e3f55 (patch)
tree53b23c15bde662804ecb7ef8f54026ff883a7cc2 /km/build/wdk8.1update
parentsysenter: add missing configurations to solution (diff)
downloadwindows7-drivers-974bd0388994715b4fa35ac54986e3c1ed4e3f55.tar.gz
windows7-drivers-974bd0388994715b4fa35ac54986e3c1ed4e3f55.zip
reorganize files
* src/ -> km/src/ * utils/ -> um/ * Move WDK 7.1-specific *.bat files to km/build/wdk7.1/ * Move WDK 8.1 Update 1 solutions to km/build/wdk8.1update/
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
12 files changed, 11 insertions, 11 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">