replace svnexport by xcopy in copy_res.bat.

This commit is contained in:
yangws 2010-10-18 09:17:14 +00:00
parent 9eadbed517
commit 1ce2c6dad8
2 changed files with 1 additions and 16 deletions

View File

@ -1,13 +0,0 @@
@echo off
REM export source code from dir %1 to dir %2
IF NOT DEFINED OUTPUT_BY_SVN GOTO AFTER_OUTPUT_BY_SVN
svn export -r BASE --force %1 %2
GOTO FILE_RETURN
:AFTER_OUTPUT_BY_SVN
IF NOT EXIST %2 MD %2
COPY /Y %1\*.* %2
:FILE_RETURN

View File

@ -1,4 +1,2 @@
echo off
set OUTPUT_BY_SVN=1
set TOOLSDIR=..
call %TOOLSDIR%\output.bat %CD%\Res %1
xcopy /E /Y %CD%\Res\*.* %1