echo call configure variables
call %scriptsFolder%\base\configureVariables.bat
-REM ::echo call Download Sources
-REM start /B /wait %scriptsFolder%\base\downloadSources.bat
+echo call Clean and Download-Sources
+start /B /wait %scriptsFolder%\base\downloadSources.bat
+echo %cd%
cd %scriptsFolder%
-echo %cd%
-REM call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32
+call All2.bat %creatoolsGeneration% %docGeneration% Release Win64
+
REM cd %scriptsFolder%
REM call All2.bat %creatoolsGeneration% %docGeneration% Debug Win64
+
REM cd %scriptsFolder%
REM call All2.bat %creatoolsGeneration% %docGeneration% Release Win32
-cd %scriptsFolder%
-call All2.bat %creatoolsGeneration% %docGeneration% Release Win64
+
+REM cd %scriptsFolder%
+REM call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32
+
+
echo ..End..
cd %scriptsFolder%
echo call configure variables
call %scriptsFolder%\base\configureVariables.bat
-goto skypToEED
+REM goto skypToEED
+REM :skypToEED
echo call compile crea
echo start /B /wait %scriptsFolder%\crea\creaInstall.bat
start /B /wait %scriptsFolder%\creaEnvironment\creaEnvironmentInstall.bat
echo call compile creaBruker
start /B /wait %scriptsFolder%\creaBruker\creaBrukerInstall.bat
-
-:skypToEED
-
echo call compile creaImageIO
start /B /wait %scriptsFolder%\creaImageIO\creaImageIOInstall.bat
echo call compile creaContours
start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat
-
echo THIS HAS TO BE THE LAST STEP...
echo call compile creaTools
start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
call %baseFolder%\cmakemod.bat %creatoolssource% %installPrefix% %creatoolsGeneration% >> %logFolder%\creaToolsInstall.log 2>&1
call %currentdir%\creaToolsVariables.bat %creatoolsGeneration% %creatoolssource% %docgeneration% %buildtype% %plateforme% >> %logFolder%\creaToolsInstall.log 2>&1
call %baseFolder%\compilemod.bat %buildtype% %creatoolssource% %creatoolsGeneration% >> %logFolder%\creaToolsInstall.log 2>&1
+copy %creatoolssource%*.exe %3\Results_CreaTools_Installers\
::call %baseFolder%\ctestmod.bat %creatoolssource% %creatoolsGeneration% >> %logFolder%\creaToolsInstall.log 2>&1
echo end of creaTools compilation
#==================================
# The project version
SET(PROJECT_MAJOR_VERSION 3)
-SET(PROJECT_MINOR_VERSION 1)
-SET(PROJECT_BUILD_VERSION 1)
+SET(PROJECT_MINOR_VERSION 2)
+SET(PROJECT_BUILD_VERSION 0)
#==================================
#==================================
cmake_minimum_required(VERSION 2.6)
SET(PROJECT_MAJOR_VERSION 3)
-SET(PROJECT_MINOR_VERSION 1)
-SET(PROJECT_BUILD_VERSION 1)
+SET(PROJECT_MINOR_VERSION 2)
+SET(PROJECT_BUILD_VERSION 0)
SET(CREA_VERBOSE_CMAKE TRUE)
set EEDcleanINSTALL=TRUE
set EEDcleanLOGS=TRUE
-set EEDdownload=TRUE
+set EEDdownload=FALSE
set EEDdownloadQT=FALSE
set EEDdownloadITK=FALSE
set EEDdownloadWXWINDOWS=FALSE
set EEDinstallSQLite=TRUE
set EEDinstallerDLL=TRUE
-
set EEDinstallerLibraries=TRUE
::The following line sets wxWidgets version. Set it ON if you want to compile wxWidgets 2.8.12
bash $scriptDir/cmakemod.sh $bbtksource $generationdir $installPrefix $buildType
bash $scriptDir/bbtkVariables.sh $bbtksource $generationdir $docgeneration $gdcmVersion
bash $scriptDir/compilemod.sh $buildType $bbtksource $generationdir $corenumber
+ bash $scriptDir/compilemod.sh $buildType $bbtksource $generationdir $corenumber
bash $scriptDir/ctestmod.sh $bbtksource $generationdir
fi
fi