X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=blobdiff_plain;f=Install%2Fcreatools.bat_TEMPLATE;h=78e0e9672dfc50af484eb330ae2d023a4e73c5e3;hp=4f0c6af44339049d49291362fdd748255deeb52d;hb=d2694504db1df749aaf7647fb5ddc69c5dbe0c52;hpb=a97bd22a8b4daa4d950b2ecd17e239c5b8ddd281 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