From 252395a1ffdecd683d537710bc587c0d9752dafa Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Wed, 8 Mar 2017 10:26:50 +0100 Subject: [PATCH] ok --- Install/scripts/base/downloadSources.bat | 2 +- Install/scripts/creaVtk/creaVtkInstall.bat | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Install/scripts/base/downloadSources.bat b/Install/scripts/base/downloadSources.bat index 62167c0..2eba76d 100644 --- a/Install/scripts/base/downloadSources.bat +++ b/Install/scripts/base/downloadSources.bat @@ -36,7 +36,7 @@ echo cd %creatoolsGeneration2%/creatools_sources >> tmp.sh echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creasource% >> tmp.sh echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%bbtksource% >> tmp.sh echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creamaracassource% >> tmp.sh -echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creaVtk% >> tmp.sh +echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creavtksource% >> tmp.sh echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creaenvironmentsource% >> tmp.sh echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creabrukersource% >> tmp.sh echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creaimagesource% >> tmp.sh diff --git a/Install/scripts/creaVtk/creaVtkInstall.bat b/Install/scripts/creaVtk/creaVtkInstall.bat index 890f89d..d202666 100644 --- a/Install/scripts/creaVtk/creaVtkInstall.bat +++ b/Install/scripts/creaVtk/creaVtkInstall.bat @@ -26,11 +26,11 @@ REM ------------------------------------------------------------------------ set currentdir=%~dp0 echo compile creaVtk %buildtype% %platforme% -call %baseFolder%\cleanmod.bat %creamaracassource% %creatoolsGeneration% >> %logFolder%\creaVtkInstall.log 2>&1 -call %baseFolder%\cmakemod.bat %creamaracassource% %installPrefix% %creatoolsGeneration% >> %logFolder%\creaVtkInstall.log 2>&1 -call %currentdir%\creaVtkVariables.bat %creatoolsGeneration% %creamaracassource% %docgeneration% %buildtype% >> %logFolder%\creaVtkInstall.log 2>&1 -call %baseFolder%\compilemod.bat %buildtype% %creamaracassource% %creatoolsGeneration% >> %logFolder%\creaVtkInstall.log 2>&1 -call %baseFolder%\ctestmod.bat %creamaracassource% %creatoolsGeneration% >> %logFolder%\creaVtkVisuInstall.log 2>&1 +call %baseFolder%\cleanmod.bat %creavtksource% %creatoolsGeneration% >> %logFolder%\creaVtkInstall.log 2>&1 +call %baseFolder%\cmakemod.bat %creavtksource% %installPrefix% %creatoolsGeneration% >> %logFolder%\creaVtkInstall.log 2>&1 +call %currentdir%\creaVtkVariables.bat %creatoolsGeneration% %creavtksource% %docgeneration% %buildtype% >> %logFolder%\creaVtkInstall.log 2>&1 +call %baseFolder%\compilemod.bat %buildtype% %creavtksource% %creatoolsGeneration% >> %logFolder%\creaVtkInstall.log 2>&1 +call %baseFolder%\ctestmod.bat %creavtksource% %creatoolsGeneration% >> %logFolder%\creaVtkInstall.log 2>&1 echo end of creaVtk compilation exit \ No newline at end of file -- 2.45.0