summaryrefslogtreecommitdiff
path: root/ddk_build.cmd
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-12 11:35:03 +0000
committerPete Batard <pbatard@gmail.com>2010-03-12 11:35:03 +0000
commitce66adba57849ca31fbc431369fb10dbe44a4982 (patch)
treecc9f492154f6f9b98fa9e8794e3f3576ee77c8b8 /ddk_build.cmd
parentcef2f9790f5754b4b2d2aacb9432ab71dfc2249f (diff)
downloadlibusb-ce66adba57849ca31fbc431369fb10dbe44a4982.tar.gz
continuous timeout fixes and other improvements (Graeme Gill)c195
Diffstat (limited to 'ddk_build.cmd')
-rw-r--r--ddk_build.cmd7
1 files changed, 5 insertions, 2 deletions
diff --git a/ddk_build.cmd b/ddk_build.cmd
index 06ddcec..838bab2 100644
--- a/ddk_build.cmd
+++ b/ddk_build.cmd
@@ -43,6 +43,8 @@ set version=1.0
cd libusb\os
copy /y ..\..\msvc\libusb-%version%.rc .
+copy /y ..\libusb-%version%.def .
+copy /y makefile.ddk makefile
@echo on
build -cZ
@echo off
@@ -61,6 +63,7 @@ copy %srcPath%\libusb-%version%.lib %dstPath%\lib
@rem ==================== libusb0.sys ======================
cd libusb\os\driver
+copy /y makefile.ddk makefile
@echo on
build -cZ
@echo off
@@ -81,7 +84,7 @@ md examples\lsusb_ddkbuild
cd examples\lsusb_ddkbuild
copy ..\lsusb_sources sources
-copy ..\makefile makefile
+copy ..\makefile.ddk makefile
@echo on
build -cZ
@echo off
@@ -103,7 +106,7 @@ md examples\xusb_ddkbuild
cd examples\xusb_ddkbuild
copy ..\xusb_sources sources
-copy ..\makefile makefile
+copy ..\makefile.ddk makefile
@echo on
build -cZ
@echo off