From 69b71c896a153a307360cf21be67b3b6e1e09a2d Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Mon, 19 Sep 2011 13:06:22 +0100 Subject: [PATCH] Windows: copy DLL file regardless of ddk_build.cmd dll argument case --- msvc/ddk_build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4