summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-27 19:13:27 +0000
committerPete Batard <pbatard@gmail.com>2010-03-27 19:13:27 +0000
commitd6f6802daf350d0d127a11c0e300c401da35709a (patch)
tree1b57373877db617cfdce7b2f62bc5afec78f5ae6
parentfed2c798668a0d2ec3693ae5a314e35d38f05833 (diff)
downloadlibusb-d6f6802daf350d0d127a11c0e300c401da35709a.tar.gz
small improvements to ddk_build.cmdr229
-rw-r--r--ddk_build.cmd10
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 ..\..