mirror of https://github.com/axmolengine/axmol.git
5 lines
88 B
Batchfile
5 lines
88 B
Batchfile
|
echo off
|
||
|
set OUTPUT_BY_SVN=1
|
||
|
set TOOLSDIR=..
|
||
|
call %TOOLSDIR%\output.bat %CD%\Res %1
|