diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-04-06 20:20:38 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-04-06 20:20:38 +0300 |
commit | b5ea4fc1e949dc8dacb5a6b28f140be064143170 (patch) | |
tree | 98949192eb29d15031aca5618066c6b16f50d34a | |
parent | e7abdebe9de59cb3eb672e29adfc0f54c461621d (diff) | |
download | notepad2-mod-b5ea4fc1e949dc8dacb5a6b28f140be064143170.zip notepad2-mod-b5ea4fc1e949dc8dacb5a6b28f140be064143170.tar.gz notepad2-mod-b5ea4fc1e949dc8dacb5a6b28f140be064143170.tar.bz2 |
build/build_wdk.bat: update for the new location on my machine
-rw-r--r-- | build/build_wdk.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/build_wdk.bat b/build/build_wdk.bat index 612aa87..9135567 100644 --- a/build/build_wdk.bat +++ b/build/build_wdk.bat @@ -17,7 +17,9 @@ SETLOCAL ENABLEEXTENSIONS CD /D %~dp0
rem Set the WDK directory
-IF NOT DEFINED WDKBASEDIR SET "WDKBASEDIR=C:\WinDDK\7600.16385.1"
+IF NOT DEFINED WDKBASEDIR SET "WDKBASEDIR=C:\WinDDK\7600.16385.1"
+rem My new WDK location
+IF NOT EXIST "%WDKBASEDIR%" SET "WDKBASEDIR=H:\WinDDK\7600.16385.1"
rem Check the building environment
IF NOT EXIST "%WDKBASEDIR%" CALL :SUBMSG "ERROR" "Specify your WDK directory!"
|