rem @echo off set buildtype=Release set docgeneration=ON set creasourcefolder=crea set bbtksourcefolder=bbtk set creamaracassourcefolder=creaMaracasVisu set creaenvironmentsource=creaEnvironment set creabrukersource=creaBruker set creaimagesourcefolder=creaImageIO set creacontourssource=creaContours set crearigidregistrationssource=creaRigidRegistration set bbtkgeditorsource=bbtkGEditor set creatoolssource=creaTools REM set bbtkbinfolder=bbtkBin REM set creamaracasbinary=creaMaracasVisuBin REM set creaenvironmentbinary=creaEnvironmentBin REM set creabrukerbinary=creaBrukerBin REM set creaimagebinary=creaImageIOBin REM set creacontoursbinary=creaContoursBin REM set crearigidregistrationbinary=creaRigidRegistrationBin REM set bbtkgeditorbinary=bbtkGEditorBin 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% rem CREA rem call cmakemod.bat %creasourcefolder% rem call creaVariables.bat %creasourcefolder% rem call compilemod.bat %buildtype% %creasourcefolder% rem 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% 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% 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% 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% 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% 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% set creacontourdll=%~dp0%creacontourssource%\%buildtype% rem set PATH=%creacontoursdll%;%PATH% rem creaRigidRegistration call cmakemod.bat %crearigidregistrationssource% call creaRigidRegistrationVariables.bat %crearigidregistrationssource% %docgeneration% call compilemod.bat %buildtype% %crearigidregistrationssource% call ctestmod.bat %crearigidregistrationssource% rem set crearigidregistrationdll=%~dp0%crearigidregistrationssource%\%buildtype% rem set PATH=%crearigidregistrationdll%;%PATH% rem bbtkGEditor call cmakemod.bat %bbtkgeditorsource% call bbtkGEditorVariables.bat %bbtkgeditorsource% %docgeneration% call compilemod.bat %buildtype% %bbtkgeditorsource% call ctestmod.bat %bbtkgeditorsource% rem set bbtkgeditordll=%~dp0%bbtkgeditorsource%\%buildtype% rem set PATH=%bbtkgeditordll%;%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% set creatoolsdll=%~dp0%creatoolsbinary%\%buildtype% set PATH=%creatoolssdll%;%PATH% rem shutdown /s exit /b