summaryrefslogtreecommitdiff
path: root/ddk_build.cmd
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-10 13:25:30 +0000
committerPete Batard <pbatard@gmail.com>2010-03-10 13:25:30 +0000
commitff45b74423802946aff421c77a965407bbd30c83 (patch)
treeb4fcab92fd6bbb1eec78315eb1699cc78ec1bf37 /ddk_build.cmd
parentea78e1ce73c018eff041555ab41448fc889ce278 (diff)
downloadlibusb-ff45b74423802946aff421c77a965407bbd30c83.tar.gz
residuals from previous mergec192
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 df22b66..06ddcec 100644
--- a/ddk_build.cmd
+++ b/ddk_build.cmd
@@ -15,7 +15,7 @@ set destType=x64
:isI386
set dstPath=%destType%\Debug
-if %DDKBUILDENV%==chk goto isDebug
+if %_BuildType%==chk goto isDebug
set dstPath=%destType%\Release
:isDebug