diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 19:19:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 19:19:56 +0300 |
commit | 974bd0388994715b4fa35ac54986e3c1ed4e3f55 (patch) | |
tree | 53b23c15bde662804ecb7ef8f54026ff883a7cc2 /km/src/special | |
parent | sysenter: add missing configurations to solution (diff) | |
download | windows7-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/src/special/dirs | 1 | ||||
-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 |
12 files changed, 1 insertions, 0 deletions
diff --git a/km/src/special/dirs b/km/src/special/dirs new file mode 100644 index 0000000..479f4db --- /dev/null +++ b/km/src/special/dirs @@ -0,0 +1 @@ +DIRS = nt_path_converter sysenter 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 |