]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/crea/creaInstall.bat
Feature 2004 Windows generation creatools installer. Merging in one proces Debug...
[creaToolsTools.git] / Install / scripts / crea / creaInstall.bat
index 8afd7b232baf7a221b07a5be01a2c6030106f066..1b345e2ff4ceca98079a782b498ae647e632e3c7 100644 (file)
@@ -21,11 +21,11 @@ REM  The fact that you are presently reading this means that you have had
 REM  knowledge of the CeCILL-B license and that you accept its terms.
 REM ------------------------------------------------------------------------  
 
-@echo off
+REM @echo off
 
 set currentdir=%~dp0
 
-echo Compile crea 
+echo Compile crea %buildType% %platforme%
 call %baseFolder%\cleanmod.bat %creasource% %creatoolsGeneration% >> %logFolder%\creaInstall.log 2>&1
 call %baseFolder%\cmakemod.bat %creasource% %installPrefix% %creatoolsGeneration% >> %logFolder%\creaInstall.log 2>&1
 call %currentdir%\creaVariables.bat %creatoolsGeneration% %creasource% %docgeneration% %buildType% >> %logFolder%\creaInstall.log 2>&1