X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fcreatools.bat_TEMPLATE;h=78e0e9672dfc50af484eb330ae2d023a4e73c5e3;hb=d2694504db1df749aaf7647fb5ddc69c5dbe0c52;hp=4f0c6af44339049d49291362fdd748255deeb52d;hpb=6f22bd8b36c61e1c3d74a4d96e54f0036a398784;p=creaToolsTools.git diff --git a/Install/creatools.bat_TEMPLATE b/Install/creatools.bat_TEMPLATE index 4f0c6af..78e0e96 100644 --- a/Install/creatools.bat_TEMPLATE +++ b/Install/creatools.bat_TEMPLATE @@ -23,14 +23,10 @@ REM ------------------------------------------------------------------------ @echo off set creatoolsGeneration= -set installPrefix=%creatoolsGeneration%\creatools_install -set buildType= 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% %installPrefix% %buildType% %forcex86% +call All.bat %creatoolsGeneration% %docGeneration% cd .. pause exit