Added etc local profile files.
This commit is contained in:
26
windows_deliv/make_vision2_demo.btm
Normal file
26
windows_deliv/make_vision2_demo.btm
Normal file
@@ -0,0 +1,26 @@
|
||||
remtrace Compiling Vision2_Demo
|
||||
REM Should be called by `make_exes.btm'
|
||||
cdd %EIFFEL_SRC
|
||||
exprt -r %PUBLIC_SVN_REVISION %DEFAULT_PUBLIC_SVN/Src/examples/vision2/widget_test vision2_demo
|
||||
|
||||
REM Must now call batch files here, to generate the flatshorts and also retrieve the
|
||||
REM build files needed by the test
|
||||
|
||||
cdd %EIFFEL_SRC\vision2_demo
|
||||
|
||||
call retrieve_build_files.bat -r %PUBLIC_SVN_REVISION %DEFAULT_PUBLIC_SVN >>& %INSTALL_LOG
|
||||
call retrieve_flat_short.bat >>& %INSTALL_LOG
|
||||
|
||||
cdd %EIFFEL_SRC\vision2_demo
|
||||
clean_project
|
||||
finalize vision2_demo.ecf
|
||||
cleanup_eiffel vision2_demo vision2_demo.exe
|
||||
iff not exist vision2_demo.exe then
|
||||
remtrace Could not finalize a new vision2_demo
|
||||
CANCEL
|
||||
endiff
|
||||
move vision2_demo.exe %STUDIO_DIR\vision2_demo\spec\%ISE_PLATFORM\bin
|
||||
|
||||
move /s %EIFFEL_SRC\vision2_demo\tests %STUDIO_DIR\vision2_demo\tests
|
||||
move /s %EIFFEL_SRC\vision2_demo\flatshort %STUDIO_DIR\vision2_demo\flatshort
|
||||
move %EIFFEL_SRC\vision2_demo\bitmaps\png\*.png %STUDIO_DIR\vision2_demo\bitmaps\png
|
||||
Reference in New Issue
Block a user