aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/km/build/wdk7.1/check_ddk.bat
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--km/build/wdk7.1/check_ddk.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/km/build/wdk7.1/check_ddk.bat b/km/build/wdk7.1/check_ddk.bat
index aaabd76..f71e3c4 100644
--- a/km/build/wdk7.1/check_ddk.bat
+++ b/km/build/wdk7.1/check_ddk.bat
@@ -6,16 +6,9 @@
@setlocal enabledelayedexpansion
@echo off
-call check_env.bat || exit /b !errorlevel!
-
if not defined BUILD_ALT_DIR goto :ddk_not_set
if not defined _BUILDARCH goto :ddk_not_set
-if not exist "%build_root%\sign.bat" (
- echo Error: %build_root%\sign.bat was not found ^(don^'t know how to sign drivers otherwise^) >&2
- exit /b 1
-)
-
where build.exe >nul 2>&1 || goto :build_not_found
where signtool.exe >nul 2>&1 || goto :signtool_not_found
where makecert.exe >nul 2>&1 || goto :makecert_not_found