]> Creatis software - creaToolsTools.git/blobdiff - Install/creatools.bat_TEMPLATE
Bug #1928 Removed the gitusername from the Windows installation scripts.
[creaToolsTools.git] / Install / creatools.bat_TEMPLATE
index 9cd680c3157106fe204665d4c141a79b2f9fd7f3..4f0c6af44339049d49291362fdd748255deeb52d 100644 (file)
@@ -25,13 +25,12 @@ REM ------------------------------------------------------------------------
 set creatoolsGeneration=<directory where you want to generate>
 set installPrefix=%creatoolsGeneration%\creatools_install
 set buildType=<Debug|Release>
-set gitUser=<USER>
 set docGeneration=<OFF|ON> 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% %installPrefix% %buildType% %forcex86%
 cd ..
 pause
 exit