copy /Y %_TARGETPLATROOT%\FILES\*.* %_FLATRELEASEDIR%
下面是cebasecesysgen.bat的代码:
REM
REM Project specific sysgen settings
REM
if /i not "%1"=="preproc" goto :Not_Preproc
goto :EOF
:Not_Preproc
REM
REM Pass1. Add new platform specific settings here.
REM
if /i not "%1"=="pass1" goto :Not_Pass1
goto :EOF
:Not_Pass1
if /i not "%1"=="pass2" goto :Not_Pass2
goto :EOF
:Not_Pass2
if /i not "%1"=="report" goto :Not_Report
goto :EOF
:Not_Report