From 6057dd162b219f0b9d83769bc7f2e1a7d45d249e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 May 2016 03:07:36 +0300 Subject: rename the project --- utils/CMakeLists.txt | 2 +- utils/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index 19004a9..716c661 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -1,4 +1,4 @@ -project(win7drv_utils) +project(windows7_drivers_utils) add_subdirectory(libservice) add_subdirectory(libnt_path_converter) diff --git a/utils/README.md b/utils/README.md index 995fbc3..c69617e 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 win7drv_utils.sln using CMake and build it using -Visual Studio. +You can generate the solution windows7_drivers_utils.sln using CMake and build +it using Visual Studio. ## Licensing -- cgit v1.2.3