aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 02:24:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 02:24:55 +0300
commit0c259bf251f6c499de227e869799cadb29524ed5 (patch)
tree605aacfec36d70a603f18f2f1e0dd41278a37e92 /utils
parent.gitattributes: remove unnecessary constraints (diff)
downloadwindows7-drivers-0c259bf251f6c499de227e869799cadb29524ed5.tar.gz
windows7-drivers-0c259bf251f6c499de227e869799cadb29524ed5.zip
rename the project
Diffstat (limited to '')
-rw-r--r--utils/CMakeLists.txt2
-rw-r--r--utils/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 471d12c..19004a9 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(windows_drivers_utils)
+project(win7drv_utils)
add_subdirectory(libservice)
add_subdirectory(libnt_path_converter)
diff --git a/utils/README.md b/utils/README.md
index 9d6e37a..995fbc3 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -15,8 +15,8 @@ Usage examples of some of the drivers in this repository are also included.
I've used the compiler shipped with Visual Studio Express 2013 with Update 4
for Windows Desktop.
-You can generate the solution windows_drivers_utils.sln using CMake and build
-it using Visual Studio.
+You can generate the solution win7drv_utils.sln using CMake and build it using
+Visual Studio.
## Licensing