]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/scripts/cleanAll.bat
DFCH: Install_ThirdParty script is now working in windows x64 =)
[creaToolsTools.git] / Install_ThirdParty / scripts / cleanAll.bat
1 @echo off
2
3 set thirdpartyGeneration=%1
4
5 set installpath=%thirdpartyGeneration%\thirdparty_install\%buildType%
6 set binpath=%thirdpartyGeneration%\thirdparty_bin\%buildType%
7 set sourcepath=%thirdpartyGeneration%\thirdparty_source\%buildType%
8 set LogFolder=%thirdpartyGeneration%\installLog
9
10 echo -----------------------------------
11 echo -------Removing Folders------------
12 echo -----------------------------------
13
14 rmdir /S /Q %thirdpartyGeneration%
15
16 echo -----------------------------------
17 echo -------Creating Folders------------
18 echo -----------------------------------
19
20 mkdir %thirdpartyGeneration%
21 cd  %thirdpartyGeneration%
22 mkdir %sourcepath%
23 mkdir %binpath%
24 mkdir %installpath%
25 mkdir %LogFolder%