summaryrefslogtreecommitdiff
path: root/ddk_build.cmd
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-06 00:37:21 +0000
committerPete Batard <pbatard@gmail.com>2010-03-06 00:37:21 +0000
commit858b13ab77b65c8bce26c8fb4804767507b394fa (patch)
tree3e4ee509ad06ffb12c10db331db9e0ec1e2ce06d /ddk_build.cmd
parent4ef54da3181b2d934ab4ed1bd69b8124050e5e78 (diff)
downloadlibusb-858b13ab77b65c8bce26c8fb4804767507b394fa.tar.gz
moved libusb-1.0.rc to libusb/ (where the .def is located)
Diffstat (limited to 'ddk_build.cmd')
-rw-r--r--ddk_build.cmd3
1 files changed, 0 insertions, 3 deletions
diff --git a/ddk_build.cmd b/ddk_build.cmd
index e51d939..236c589 100644
--- a/ddk_build.cmd
+++ b/ddk_build.cmd
@@ -4,12 +4,10 @@ if Test%BUILD_ALT_DIR%==Test goto usage
set version=1.0
cd libusb\os
-copy /y ..\..\msvc\libusb-%version%.rc .
@echo on
build -cZ
@echo off
if errorlevel 1 goto builderror
-del libusb-%version%.rc
cd ..\..
set cpudir=i386
@@ -94,7 +92,6 @@ goto done
:builderror
-del libusb-%version%.rc
cd ..\..
echo Build failed
goto done