X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=ctest%2Fdashboard%2Fcleanmod.bat;fp=ctest%2Fdashboard%2Fcleanmod.bat;h=7464c830edcb4bd30160d702c65534c4ffa5eeaa;hb=0fe25c9c4af83976e3cd9be8ba4b7ce201e3b8fb;hp=0000000000000000000000000000000000000000;hpb=06644d6bad86d71b9a06d7c2d9a5cb8601181e4c;p=creaToolsTools.git diff --git a/ctest/dashboard/cleanmod.bat b/ctest/dashboard/cleanmod.bat new file mode 100644 index 0000000..7464c83 --- /dev/null +++ b/ctest/dashboard/cleanmod.bat @@ -0,0 +1,17 @@ +REM %1=creasourcefolder + +set binfolder=%1Bin +cd %binfolder% +del *.exe +del *.lib +del *.dll +del Debug\*.exe +del Debug\*.lib +del Debug\*.dll +del Release\*.exe +del Release\*.lib +del Release\*.dll +del RelWithDebInfo\*.exe +del RelWithDebInfo\*.lib +del RelWithDebInfo\*.dll +cd .. \ No newline at end of file