diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-27 19:13:27 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-27 19:13:27 +0000 |
commit | d6f6802daf350d0d127a11c0e300c401da35709a (patch) | |
tree | 1b57373877db617cfdce7b2f62bc5afec78f5ae6 /ddk_build.cmd | |
parent | fed2c798668a0d2ec3693ae5a314e35d38f05833 (diff) | |
download | libusb-d6f6802daf350d0d127a11c0e300c401da35709a.tar.gz |
small improvements to ddk_build.cmdr229
Diffstat (limited to 'ddk_build.cmd')
-rw-r--r-- | ddk_build.cmd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ddk_build.cmd b/ddk_build.cmd index f64b78d..2c5dcf8 100644 --- a/ddk_build.cmd +++ b/ddk_build.cmd @@ -5,7 +5,7 @@ set version=1.0 cd libusb\os @echo on -build -cZ +build -cwgZ @echo off if errorlevel 1 goto builderror cd ..\.. @@ -52,9 +52,9 @@ md examples\lsusb_ddkbuild :md7 cd examples\lsusb_ddkbuild -copy ..\lsusb_sources sources +copy ..\lsusb_sources sources >NUL 2>&1 @echo on -build -cZ +build -cwgZ @echo off if errorlevel 1 goto buildlsusberror cd ..\.. @@ -72,9 +72,9 @@ md examples\xusb_ddkbuild :md8 cd examples\xusb_ddkbuild -copy ..\xusb_sources sources +copy ..\xusb_sources sources >NUL 2>&1 @echo on -build -cZ +build -cwgZ @echo off if errorlevel 1 goto buildxusberror cd ..\.. |