@echo off echo oss-install... rem Example calls: rem > install.cmd # Install entire solution rem > install.cmd flow2d3d # Install only project flow2d3d (and its dependencies) rem 0. defaults: set project= set dest_main= rem The next statement is needed in order for the set commands to work inside the if statement setlocal enabledelayedexpansion if [%2] EQU [] ( rem Install all engines, assume the first argument is a target directory set dest_main=%1 set project=install_all echo Target directory: !dest_main! echo Source : all engines ) else ( rem Install the package/engine specified by the first argument. The second argument is assumed to be the target directory. set dest_main=%2 set project=%1 echo Target directory: !dest_main! echo Source : package/engine !project! ) if [%dest_main%] EQU [] ( echo "ERROR: No target directory specified as argument of oss-install.cmd" goto end ) rem Change to directory tree where this batch file resides (necessary when oss-install.cmd is called from outside of oss/trunk/src) cd %~dp0\..\.. call :!project! goto end rem Actual install "routines" rem =============== rem === INSTALL_ALL rem =============== :install_all echo " installing all open source projects . . ." if not exist !dest_main! mkdir !dest_main! call :deltares_hydro call :flow2d3d call :flow2d3d_openda call :wave call :plugin_culvert call :plugin_delftflow_traform call :datsel call :kubint call :lint call :mormerge call :vs goto :endproc rem ======================== rem === INSTALL_DELFT3D-FLOW rem ======================== :delft3d-flow echo " installing delft3d-flow . . ." if not exist !dest_main! mkdir !dest_main! call :deltares_hydro call :flow2d3d call :flow2d3d_openda call :plugin_culvert call :plugin_delftflow_traform call :mormerge goto :endproc rem ========================== rem === INSTALL_DELTARES_HYDRO rem ========================== :deltares_hydro echo "installing deltares_hydro . . ." set dest_bin="!dest_main!\w32\flow\bin" if not exist !dest_bin! mkdir !dest_bin! copy engines_gpl\deltares_hydro\bin\Release\deltares_hydro.exe !dest_bin! goto :endproc rem ==================== rem === INSTALL_FLOW2D3D rem ==================== :flow2d3d echo "installing flow2d3d . . ." set dest_bin="!dest_main!\w32\flow\bin" set dest_default="!dest_main!\w32\flow\default" if not exist !dest_bin! mkdir !dest_bin! if not exist !dest_default! mkdir !dest_default! copy engines_gpl\flow2d3d\bin\Release\flow2d3d.dll !dest_bin! copy engines_gpl\flow2d3d\bin\Release\flow2d3d_sp.dll !dest_bin! rem One of these two dlls will not exist and cause an ErrorLevel=1. Reset it. set ErrorLevel=0 copy engines_gpl\flow2d3d\scripts\meteo_old2new.m !dest_bin! copy third_party_open\DelftOnline\lib\Release\DelftOnline.dll !dest_bin! copy third_party_open\DelftOnline\lib\Release\DelftOnlineJNI.dll !dest_bin! copy third_party_open\DelftOnline\lib\Release\JavaLaunch.dll !dest_bin! copy third_party_open\pthreads\bin\win32\pthreadVCE2.dll !dest_bin! copy third_party_open\pthreads\bin\win32\pthreadvce.dll !dest_bin! copy third_party_open\mpich2\bin\*.exe !dest_bin! copy third_party_open\mpich2\lib\*.dll !dest_bin! copy engines_gpl\flow2d3d\default\*.* !dest_default! goto :endproc rem =========================== rem === INSTALL_FLOW2D3D_OPENDA rem =========================== :flow2d3d_openda echo "installing flow2d3d_openda . . ." set dest_bin="!dest_main!\w32\flow\bin" if not exist !dest_bin! mkdir !dest_bin! copy engines_gpl\flow2d3d\bin\Release\flow2d3d_openda.dll !dest_bin! copy engines_gpl\flow2d3d\bin\Release\flow2d3d_openda_sp.dll !dest_bin! rem One of these two dlls will not exist and cause an ErrorLevel=1. Reset it. set ErrorLevel=0 copy engines_gpl\flow2d3d\scripts\meteo_old2new.m !dest_bin! copy third_party_open\DelftOnline\lib\Release\DelftOnline.dll !dest_bin! copy third_party_open\DelftOnline\lib\Release\DelftOnlineJNI.dll !dest_bin! copy third_party_open\DelftOnline\lib\Release\JavaLaunch.dll !dest_bin! copy third_party_open\pthreads\bin\win32\pthreadVCE2.dll !dest_bin! copy third_party_open\pthreads\bin\win32\pthreadvce.dll !dest_bin! copy third_party_open\mpich2\bin\*.exe !dest_bin! copy third_party_open\mpich2\lib\*.dll !dest_bin! copy engines_gpl\flow2d3d\default\*.* !dest_default! goto :endproc rem ================ rem === INSTALL_WAVE rem ================ :wave echo "installing wave . . ." set dest_bin="!dest_main!\w32\wave\bin" set dest_default="!dest_main!\w32\wave\default" set dest_lib="!dest_main!\w32\lib" if not exist !dest_bin! mkdir !dest_bin! if not exist !dest_default! mkdir !dest_default! if not exist !dest_lib! mkdir !dest_lib! copy engines_gpl\wave\bin\release\wave.exe !dest_bin! copy third_party_open\swan\bin\win32\*.dll !dest_bin! copy third_party_open\swan\bin\win32\*.exe !dest_bin! copy engines_gpl\flow2d3d\default\dioconfig.ini !dest_default! copy third_party_open\swan\scripts\swan_install.bat !dest_lib!\swan.bat goto :endproc rem ========================== rem === INSTALL_PLUGIN_CULVERT rem ========================== :plugin_culvert echo "installing plugin_culvert . . ." set dest_bin="!dest_main!\w32\flow\bin" if not exist !dest_bin! mkdir !dest_bin! copy plugins_lgpl\plugin_culvert\bin\Release\plugin_culvert.dll !dest_bin! goto :endproc rem ==================================== rem === INSTALL_PLUGIN_DELFTFLOW_TRAFORM rem ==================================== :plugin_delftflow_traform echo "installing plugin_delftflow_traform . . ." set dest_bin="!dest_main!\w32\flow\bin" if not exist !dest_bin! mkdir !dest_bin! copy plugins_lgpl\plugin_delftflow_traform\bin\Release\plugin_delftflow_traform.dll !dest_bin! goto :endproc rem ================== rem === INSTALL_DATSEL rem ================== :datsel echo "installing datsel . . ." set dest_bin="!dest_main!\w32\flow\bin" if not exist !dest_bin! mkdir !dest_bin! copy tools_gpl\datsel\bin\Release\datsel.exe !dest_bin! goto :endproc rem ================== rem === INSTALL_KUBINT rem ================== :kubint echo "installing kubint . . ." set dest_bin="!dest_main!\w32\flow\bin" if not exist !dest_bin! mkdir !dest_bin! copy tools_gpl\kubint\bin\Release\kubint.exe !dest_bin! goto :endproc rem ================ rem === INSTALL_LINT rem ================ :lint echo "installing lint . . ." set dest_bin="!dest_main!\w32\flow\bin" if not exist !dest_bin! mkdir !dest_bin! copy tools_gpl\lint\bin\Release\lint.exe !dest_bin! goto :endproc rem ==================== rem === INSTALL_MORMERGE rem ==================== :mormerge echo "installing mormerge . . ." set dest_bin="!dest_main!\w32\flow\bin" if not exist !dest_bin! mkdir !dest_bin! copy engines_gpl\flow2d3d\scripts\mormerge.tcl !dest_bin! copy tools_gpl\mormerge\bin\Release\mormerge.exe !dest_bin! goto :endproc rem ============== rem === INSTALL_VS rem ============== :vs echo "installing vs . . ." set dest="!dest_main!\w32\util" if not exist !dest! mkdir !dest! copy tools_gpl\vs\bin\Release\vs.exe !dest! goto :endproc :end if NOT %ErrorLevel% EQU 0 ( rem rem Only jump to :end when the script is completely finished rem exit %ErrorLevel% ) :endproc rem rem No exit here rem Otherwise the script exits directly at the first missing artefact