]> Creatis software - creaMiniTools.git/blob - appli/template_creaPatientsSystem/UpdateSofware-scripts/Tool-Step01-Compile.bat
#3421 template_creaPatientsSystem
[creaMiniTools.git] / appli / template_creaPatientsSystem / UpdateSofware-scripts / Tool-Step01-Compile.bat
1 set BASEDIR=C:\Users\davila\Eduardo\CreatisWorks\tmpMonica\AortaWall
2 rmdir /S /Q %BASEDIR%\creaCoro-Install
3 rmdir /S /Q %BASEDIR%\creaVascularTree-Install
4 rmdir /S /Q %BASEDIR%\creaAortaWall-Install
5 cd %BASEDIR%\creaVascularTreeBin
6 mingw32-make -j5 install
7 pause
8 cd %BASEDIR%\creaCoroBin
9 mingw32-make -j5 install
10 pause
11 cd %BASEDIR%\creaAortaWallBin
12 mingw32-make -j5 install
13 pause
14
15 cd %BASEDIR%
16 set AORTAWALLINSTALL=AortaWall-Install
17 del %AORTAWALLINSTALL%.zip
18 rmdir /S /Q                                                                             %AORTAWALLINSTALL%
19 xcopy /Y /S /Q creaCoro-Install                                 %AORTAWALLINSTALL%\creaCoro-Install\
20 xcopy /Y /S /Q creaVascularTree-Install                 %AORTAWALLINSTALL%\creaVascularTree-Install\
21 xcopy /Y /S /Q creaAortaWall-Install                    %AORTAWALLINSTALL%\creaAortaWall-Install\
22 "C:\Program Files\PeaZip\PeaZip.exe"  -add2zip  %BASEDIR%\%AORTAWALLINSTALL%
23 pause