aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/simple
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 /src/simple
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/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/src/simple/device.c (renamed from src/simple/device.c)0
-rw-r--r--km/src/simple/main.c (renamed from src/simple/main.c)0
-rw-r--r--km/src/simple/sources (renamed from src/simple/sources)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/makefile (renamed from src/simple/makefile)0
8 files changed, 3 insertions, 3 deletions
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/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/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/simple/sources b/km/src/simple/sources
index 1a5ce00..1a5ce00 100644
--- a/src/simple/sources
+++ b/km/src/simple/sources
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/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