Windows: copy DLL file regardless of ddk_build.cmd dll argument case
authorPete Batard <pete@akeo.ie>
Mon, 19 Sep 2011 12:06:22 +0000 (13:06 +0100)
committerPeter Stuge <peter@stuge.se>
Mon, 17 Oct 2011 14:25:51 +0000 (16:25 +0200)
msvc/ddk_build.cmd

index 5d7d6b3..fa79b82 100644 (file)
@@ -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