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 | |
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/dirs | 1 | ||||
-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/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 |
21 files changed, 2 insertions, 0 deletions
diff --git a/km/src/dirs b/km/src/dirs new file mode 100644 index 0000000..a32bc1d --- /dev/null +++ b/km/src/dirs @@ -0,0 +1 @@ +DIRS = minimal simple special 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/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 |