mirror of https://github.com/axmolengine/axmol.git
replace svnexport by xcopy in copy_res.bat.
This commit is contained in:
parent
9eadbed517
commit
1ce2c6dad8
13
output.bat
13
output.bat
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue