X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fcreatools.bat_TEMPLATE;h=78e0e9672dfc50af484eb330ae2d023a4e73c5e3;hb=d2694504db1df749aaf7647fb5ddc69c5dbe0c52;hp=55e12a4b9f45fc19cad1f14de0edc2e941e2f406;hpb=c6a324a9e343fcd992fc3e73e886bc0323d5c0a7;p=creaToolsTools.git diff --git a/Install/creatools.bat_TEMPLATE b/Install/creatools.bat_TEMPLATE index 55e12a4..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 cvsUser= 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% %cvsUser% %installPrefix% %buildType% %forcex86% +call All.bat %creatoolsGeneration% %docGeneration% cd .. pause exit