aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/nt_path_converter
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/nt_path_converter
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/.gitignore (renamed from src/nt_path_converter/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/src/simple/device.h (renamed from src/nt_path_converter/device.h)0
-rw-r--r--km/src/simple/makefile (renamed from src/nt_path_converter/makefile)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/main.c (renamed from src/nt_path_converter/main.c)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
11 files changed, 6 insertions, 6 deletions
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/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/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/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/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/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/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