From: Pete Batard Date: Mon, 19 Sep 2011 12:06:22 +0000 (+0100) Subject: Windows: copy DLL file regardless of ddk_build.cmd dll argument case X-Git-Tag: upstream/1.0.21~767 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69b71c896a153a307360cf21be67b3b6e1e09a2d;p=platform%2Fupstream%2Flibusb.git Windows: copy DLL file regardless of ddk_build.cmd dll argument case --- 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