X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fcreatools.bat_TEMPLATE;h=6da89a02e77b069012e71eab0824de28f9b18eaa;hb=fffee3529ab94019ec6d4563caf288520467ab89;hp=a046c70577253c3fa259998ead74b1a6122e443f;hpb=b0d582484ea10b06cbe1088ccff88b989ed09db9;p=creaToolsTools.git diff --git a/Install/creatools.bat_TEMPLATE b/Install/creatools.bat_TEMPLATE index a046c70..6da89a0 100644 --- a/Install/creatools.bat_TEMPLATE +++ b/Install/creatools.bat_TEMPLATE @@ -1,9 +1,10 @@ - -set buildType=Release -set docGeneration=OFF -set cvsUser=<.......?????.......> +set creatoolsGeneration= +set installPrefix= or +set buildType= +set cvsUser= +set docGeneration= let it to OFF! cd scripts -call All.bat %buildType% %docGeneration% %cvsUser% +call All.sh %creatoolsGeneration% %docGeneration% %cvsUser% %installPrefix% %buildType% cd ..