From: Eduardo DAVILA Date: Wed, 20 Sep 2017 14:08:22 +0000 (+0200) Subject: #3126 creaToolsTools Feature New Normal - branch changeWx28to30 compilation with... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=929659cf5f9f876fd31dc2263cdd89691a772aad;p=creaToolsTools.git #3126 creaToolsTools Feature New Normal - branch changeWx28to30 compilation with wxWidgets3 --- diff --git a/Linux/scripts/CreaTools-load.sh b/Linux/scripts/CreaTools-load.sh index bfb7cfc..0b4e67d 100644 --- a/Linux/scripts/CreaTools-load.sh +++ b/Linux/scripts/CreaTools-load.sh @@ -123,10 +123,18 @@ then # bash $scriptDir/cvscheckout.sh $libidosource-ESRF $generationdir $cvsUserName # mv $libidosource-ESRF $libidosource - cd $generationdir/creatools_source/$creasource - git checkout changeWx28to30 - - + cd $generationdir/creatools_source/$creasource + git checkout changeWx28to30 + cd $generationdir/creatools_source/$bbtksource + git checkout changeWx28to30 + cd $generationdir/creatools_source/$creamaracassource + git checkout changeWx28to30 + cd $generationdir/creatools_source/$creaimagesource + git checkout changeWx28to30 + cd $generationdir/creatools_source/$creacontourssource + git checkout changeWx28to30 + cd $generationdir/creatools_source/$bbtkgeditorsource + git checkout changeWx28to30 fi