summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2011-09-19 13:10:23 +0100
committerPete Batard <pete@akeo.ie>2011-09-19 13:10:23 +0100
commit3f0578677eeb85fb0047ef17004b81a03174f51c (patch)
treef9cf8c2dcfaf24c07dfe7ffd577edf126de8e37f
parent5dc579ab360e3c856c0259ea0dcc5091083f50b8 (diff)
downloadlibusb-3f0578677eeb85fb0047ef17004b81a03174f51c.tar.gz
[WDK] fixes case sensitivity test when copying the DLL
-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 7185c7d..cf7daa0 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