summaryrefslogtreecommitdiff
path: root/ddk_build.cmd
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-10 13:19:38 +0000
committerPete Batard <pbatard@gmail.com>2010-03-10 13:19:38 +0000
commitea78e1ce73c018eff041555ab41448fc889ce278 (patch)
tree44e7f8b5448b5310b83c2e6abc3cc5fd2cc85b64 /ddk_build.cmd
parentfae9c17bd2405813d44186c94367d6e66d3994e6 (diff)
downloadlibusb-ea78e1ce73c018eff041555ab41448fc889ce278.tar.gz
merge up to r202c191
Diffstat (limited to 'ddk_build.cmd')
-rw-r--r--ddk_build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddk_build.cmd b/ddk_build.cmd
index 06ddcec..df22b66 100644
--- a/ddk_build.cmd
+++ b/ddk_build.cmd
@@ -15,7 +15,7 @@ set destType=x64
:isI386
set dstPath=%destType%\Debug
-if %_BuildType%==chk goto isDebug
+if %DDKBUILDENV%==chk goto isDebug
set dstPath=%destType%\Release
:isDebug