rem @echo off
set buildtype=Release
set docgeneration=ON
+set cvsUser=davila
set creasourcefolder=crea
set bbtksourcefolder=bbtk
REM set creatoolsbinary=creaToolsBin
-rem call cvscheckout.bat %creasourcefolder%
-rem call cvscheckout.bat %bbtksourcefolder%
-rem call cvscheckout.bat %creamaracassourcefolder%
-rem call cvscheckout.bat %creaenvironmentsource%
-rem call cvscheckout.bat %creabrukersource%
-rem call cvscheckout.bat %creaimagesourcefolder%
-rem call cvscheckout.bat %creacontourssource%
-rem call cvscheckout.bat %crearigidregistrationssource%
-rem call cvscheckout.bat %bbtkgeditorsource%
-rem call cvscheckout.bat %creatoolssource%
+call cvscheckout.bat %creasourcefolder% %cvsUser%
+call cvscheckout.bat %bbtksourcefolder% %cvsUser%
+call cvscheckout.bat %creamaracassourcefolder% %cvsUser%
+call cvscheckout.bat %creaenvironmentsource% %cvsUser%
+call cvscheckout.bat %creabrukersource% %cvsUser%
+call cvscheckout.bat %creaimagesourcefolder% %cvsUser%
+call cvscheckout.bat %creacontourssource% %cvsUser%
+call cvscheckout.bat %crearigidregistrationssource% %cvsUser%
+call cvscheckout.bat %bbtkgeditorsource% %cvsUser%
+call cvscheckout.bat %creatoolssource% %cvsUser%
rem CREA
-rem call cmakemod.bat %creasourcefolder%
-rem call creaVariables.bat %creasourcefolder%
-rem call compilemod.bat %buildtype% %creasourcefolder%
-rem call ctestmod.bat %creasourcefolder%
+call cmakemod.bat %creasourcefolder%
+call creaVariables.bat %creasourcefolder%
+call compilemod.bat %buildtype% %creasourcefolder%
+call ctestmod.bat %creasourcefolder%
set creadll=%~dp0
set creadll=%creadll%%creasourcefolder%Bin\%buildtype%
set PATH=%creadll%;%PATH%
rem BBTK
-rem call cmakemod.bat %bbtksourcefolder%
-rem call bbtkVariables.bat %bbtksourcefolder% %docgeneration%
-rem call compilemod.bat %buildtype% %bbtksourcefolder%
-rem call ctestmod.bat %bbtksourcefolder%
+call cmakemod.bat %bbtksourcefolder%
+call bbtkVariables.bat %bbtksourcefolder% %docgeneration%
+call compilemod.bat %buildtype% %bbtksourcefolder%
+call ctestmod.bat %bbtksourcefolder%
set bbtkdll=%~dp0
set bbtkdll=%bbtkdll%%bbtksourcefolder%Bin\%buildtype%
set PATH=%bbtkdll%;%PATH%
rem creaMaracasVisu
-rem call cmakemod.bat %creamaracassourcefolder%
-rem call creaMaracasVariables.bat %creamaracassourcefolder% %docgeneration%
-rem call compilemod.bat %buildtype% %creamaracassourcefolder%
-rem call ctestmod.bat %creamaracassourcefolder%
+call cmakemod.bat %creamaracassourcefolder%
+call creaMaracasVariables.bat %creamaracassourcefolder% %docgeneration%
+call compilemod.bat %buildtype% %creamaracassourcefolder%
+call ctestmod.bat %creamaracassourcefolder%
set creamaracasdll=%~dp0%creamaracassourcefolder%\%buildtype%
set PATH=%creamaracasdll%;%PATH%
rem creaEnvironment
-rem call cmakemod.bat %creaenvironmentsource%
-rem call creaenvironmentVariables.bat %creaenvironmentsource%
-rem call compilemod.bat %buildtype% %creaenvironmentsource%
-rem call ctestmod.bat %creaenvironmentsource%
+call cmakemod.bat %creaenvironmentsource%
+call creaenvironmentVariables.bat %creaenvironmentsource%
+call compilemod.bat %buildtype% %creaenvironmentsource%
+call ctestmod.bat %creaenvironmentsource%
set creaenvironmentdll=%~dp0%creaenvironmentsource%\%buildtype%
set PATH=%creaenvironmentdll%;%PATH%
rem creaBruker
-rem call cmakemod.bat %creabrukersource%
-rem call creaBrukerVariables.bat %creabrukersource% %docgeneration%
-rem call compilemod.bat %buildtype% %creabrukersource%
-rem call ctestmod.bat %creabrukersource%
+call cmakemod.bat %creabrukersource%
+call creaBrukerVariables.bat %creabrukersource% %docgeneration%
+call compilemod.bat %buildtype% %creabrukersource%
+call ctestmod.bat %creabrukersource%
set creabrukerdll=%~dp0%creabrukersource%\%buildtype%
set PATH=%creabrukerdll%;%PATH%
rem creaImageIO
-rem call cmakemod.bat %creaimagesourcefolder%
-rem call creaImageIOVariables.bat %creaimagesourcefolder% %docgeneration%
-rem call compilemod.bat %buildtype% %creaimagesourcefolder%
-rem call ctestmod.bat %creaimagesourcefolder%
+call cmakemod.bat %creaimagesourcefolder%
+call creaImageIOVariables.bat %creaimagesourcefolder% %docgeneration%
+call compilemod.bat %buildtype% %creaimagesourcefolder%
+call ctestmod.bat %creaimagesourcefolder%
set creaimagedll=%~dp0%creaimagesourcefolder%\%buildtype%
set PATH=%creaimagedll%;%PATH%
rem creaContours
-rem call cmakemod.bat %creacontourssource%
-rem call creaContoursVariables.bat %creacontourssource% %docgeneration%
-rem call compilemod.bat %buildtype% %creacontourssource%
-rem call ctestmod.bat %creacontourssource%
+call cmakemod.bat %creacontourssource%
+call creaContoursVariables.bat %creacontourssource% %docgeneration%
+call compilemod.bat %buildtype% %creacontourssource%
+call ctestmod.bat %creacontourssource%
set creacontourdll=%~dp0%creacontourssource%\%buildtype%
rem set PATH=%creacontoursdll%;%PATH%
pause
rem creaTools
-rem call cmakemod.bat %creatoolssource%
-rem call creaToolsVariables.bat %creatoolsbinary%
-rem call compilemodCreaTools.bat %buildtype% %creatoolsbinary%
-rem remrem call ctestmod.bat %creatoolsbinary%
+call cmakemod.bat %creatoolssource%
+call creaToolsVariables.bat %creatoolsbinary%
+call compilemodCreaTools.bat %buildtype% %creatoolsbinary%
+rem remcall ctestmod.bat %creatoolsbinary%
set creatoolsdll=%~dp0%creatoolsbinary%\%buildtype%
set PATH=%creatoolssdll%;%PATH%