X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fcreatools.bat_TEMPLATE;h=78e0e9672dfc50af484eb330ae2d023a4e73c5e3;hb=1195cf5621f8d7a36af22f32633d443e8d29221d;hp=9cd680c3157106fe204665d4c141a79b2f9fd7f3;hpb=646380fa17cf687bb4703301ec71db999342aa4a;p=creaToolsTools.git diff --git a/Install/creatools.bat_TEMPLATE b/Install/creatools.bat_TEMPLATE index 9cd680c..78e0e96 100644 --- a/Install/creatools.bat_TEMPLATE +++ b/Install/creatools.bat_TEMPLATE @@ -23,15 +23,10 @@ REM ------------------------------------------------------------------------ @echo off set creatoolsGeneration= -set installPrefix=%creatoolsGeneration%\creatools_install -set buildType= -set gitUser= set docGeneration= let it to OFF! -::Set the following line ON if you want to force x86 compilation -set forcex86=OFF cd scripts -call All.bat %creatoolsGeneration% %docGeneration% %gitUser% %installPrefix% %buildType% %forcex86% +call All.bat %creatoolsGeneration% %docGeneration% cd .. pause exit