X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2FcleanAll.bat;fp=Install_ThirdParty%2Fscripts%2FcleanAll.bat;h=f80598f05baca31f95fb68f1314d3b1062d06a91;hb=14730504d810d9c3004c636760cb3923f9c7d11b;hp=0000000000000000000000000000000000000000;hpb=b54aa9fec84108e17bc395ddcf15b5b1d5aabace;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/cleanAll.bat b/Install_ThirdParty/scripts/cleanAll.bat new file mode 100644 index 0000000..f80598f --- /dev/null +++ b/Install_ThirdParty/scripts/cleanAll.bat @@ -0,0 +1,25 @@ +@echo off + +set thirdpartyGeneration=%1 + +set installpath=%thirdpartyGeneration%\thirdparty_install\%buildType% +set binpath=%thirdpartyGeneration%\thirdparty_bin\%buildType% +set sourcepath=%thirdpartyGeneration%\thirdparty_source\%buildType% +set LogFolder=%thirdpartyGeneration%\installLog + +echo ----------------------------------- +echo -------Removing Folders------------ +echo ----------------------------------- + +rmdir /S /Q %thirdpartyGeneration% + +echo ----------------------------------- +echo -------Creating Folders------------ +echo ----------------------------------- + +mkdir %thirdpartyGeneration% +cd %thirdpartyGeneration% +mkdir %sourcepath% +mkdir %binpath% +mkdir %installpath% +mkdir %LogFolder% \ No newline at end of file