summaryrefslogtreecommitdiff
path: root/ddk_build.cmd
diff options
context:
space:
mode:
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