]> Creatis software - creaMiniTools.git/blobdiff - appli/template_creaPatientsSystem/UpdateSofware-scripts/Tool-Step01-Compile.bat
#3421 template_creaPatientsSystem
[creaMiniTools.git] / appli / template_creaPatientsSystem / UpdateSofware-scripts / Tool-Step01-Compile.bat
diff --git a/appli/template_creaPatientsSystem/UpdateSofware-scripts/Tool-Step01-Compile.bat b/appli/template_creaPatientsSystem/UpdateSofware-scripts/Tool-Step01-Compile.bat
new file mode 100644 (file)
index 0000000..a0bff1b
--- /dev/null
@@ -0,0 +1,23 @@
+set BASEDIR=C:\Users\davila\Eduardo\CreatisWorks\tmpMonica\AortaWall
+rmdir /S /Q %BASEDIR%\creaCoro-Install
+rmdir /S /Q %BASEDIR%\creaVascularTree-Install
+rmdir /S /Q %BASEDIR%\creaAortaWall-Install
+cd %BASEDIR%\creaVascularTreeBin
+mingw32-make -j5 install
+pause
+cd %BASEDIR%\creaCoroBin
+mingw32-make -j5 install
+pause
+cd %BASEDIR%\creaAortaWallBin
+mingw32-make -j5 install
+pause
+
+cd %BASEDIR%
+set AORTAWALLINSTALL=AortaWall-Install
+del %AORTAWALLINSTALL%.zip
+rmdir /S /Q                                                                            %AORTAWALLINSTALL%
+xcopy /Y /S /Q creaCoro-Install                                        %AORTAWALLINSTALL%\creaCoro-Install\
+xcopy /Y /S /Q creaVascularTree-Install                        %AORTAWALLINSTALL%\creaVascularTree-Install\
+xcopy /Y /S /Q creaAortaWall-Install                   %AORTAWALLINSTALL%\creaAortaWall-Install\
+"C:\Program Files\PeaZip\PeaZip.exe"  -add2zip %BASEDIR%\%AORTAWALLINSTALL%
+pause