19 lines
652 B
Plaintext
19 lines
652 B
Plaintext
remtrace Update the source files
|
|
REM cdd %EIFFEL_SRC
|
|
REM co -r %PUBLIC_SVN_REVISION %DEFAULT_PUBLIC_SVN/Src/tools/resource_bench resource_bench
|
|
|
|
remtrace Recompile Resource Bench
|
|
REM cdd %EIFFEL_SRC\tools\resource_bench
|
|
REM clean_project
|
|
REM finalize rb.ecf
|
|
REM cleanup_eiffel rb rb.exe
|
|
REM if not exist rb.exe (remtrace Couldnt generate rb.exe & cancel)
|
|
REM move rb.exe %STUDIO_DIR\rb\bin
|
|
cdd %STUDIO_DIR\rb
|
|
exprt -r %PUBLIC_SVN_REVISION %DEFAULT_PUBLIC_SVN/Src/tools/resource_bench/bin bin
|
|
|
|
remtrace Retrieve the example
|
|
cdd %STUDIO_DIR\rb
|
|
exprt -r %PUBLIC_SVN_REVISION %DEFAULT_PUBLIC_SVN/Src/tools/resource_bench/RB_documentation/examples example
|
|
|