]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/bbtkGEditor/bbtkGEditorInstall.bat
DFCH: creaTools windows x64 Release/Debug script
[creaToolsTools.git] / Install / scripts / bbtkGEditor / bbtkGEditorInstall.bat
index 3a01e058883e715518ce8c95605b5c1d3071ebbf..a2cb234ef9fb5c9cddbce34f86906efdec4e6a64 100644 (file)
@@ -44,14 +44,14 @@ set PATH=%creaminitoolsdll%;%PATH%
 set creatoolsdll=%creatoolsGeneration%\creatools_bin\%creatoolssource%Bin\%buildtype%
 set PATH=%creatoolssdll%;%PATH%
 set currentdir=%~dp0
-set logFolder=%6\log
+set logFolder=%creatoolsGeneration%\installLog
 
 echo end setting variables
 
 echo compile bbtkGEditor
 call %baseFolder%\cleanmod.bat %bbtkgeditorsource% %creatoolsGeneration% >> %logFolder%\bbtkGEditorInstall.log 2>&1
 call %baseFolder%\cmakemod.bat %bbtkgeditorsource%  %installPrefix% %creatoolsGeneration% >> %logFolder%\bbtkGEditorInstall.log 2>&1
-call %currentdir%\bbtkGEditorVariables.bat %creatoolsGeneration% %bbtkgeditorsource%  %docgeneration% >> %logFolder%\bbtkGEditorInstall.log 2>&1
+call %currentdir%\bbtkGEditorVariables.bat %creatoolsGeneration% %bbtkgeditorsource% %docgeneration% %buildtype% >> %logFolder%\bbtkGEditorInstall.log 2>&1
 call %baseFolder%\compilemod.bat %buildtype% %bbtkgeditorsource% %creatoolsGeneration% >> %logFolder%\bbtkGEditorInstall.log 2>&1
 call %baseFolder%\ctestmod.bat %bbtkgeditorsource% %creatoolsGeneration% >> %logFolder%\bbtkGEditorInstall.log 2>&1
 echo end of bbtkGEditor compilation