summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2011-09-19 13:06:22 +0100
committerPeter Stuge <peter@stuge.se>2011-10-17 16:25:51 +0200
commit69b71c896a153a307360cf21be67b3b6e1e09a2d (patch)
tree838360f8b3b3504b2af9227dd16f72d0b06fba30 /msvc
parentfdbac8971212bda3a42feeeaeb92fd8e49c7e904 (diff)
downloadlibusb-69b71c896a153a307360cf21be67b3b6e1e09a2d.tar.gz
Windows: copy DLL file regardless of ddk_build.cmd dll argument case
Diffstat (limited to 'msvc')
-rw-r--r--msvc/ddk_build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/ddk_build.cmd b/msvc/ddk_build.cmd
index 5d7d6b3..fa79b82 100644
--- a/msvc/ddk_build.cmd
+++ b/msvc/ddk_build.cmd
@@ -58,7 +58,7 @@ md %dstPath%\examples
:md6
@echo on
-@if NOT Test%1==TestDLL goto copylib
+@if /I NOT Test%1==TestDLL goto copylib
copy %srcPath%\libusb-%version%.dll %dstPath%\dll
copy %srcPath%\libusb-%version%.pdb %dstPath%\dll
:copylib