X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2Fcleanmod.bat;h=24e57573b530c1d02452eee80b661787f18438dc;hb=fffee3529ab94019ec6d4563caf288520467ab89;hp=25771c98bc7722c97b3e5485bddadfd0b021febd;hpb=b0d582484ea10b06cbe1088ccff88b989ed09db9;p=creaToolsTools.git diff --git a/Install/scripts/cleanmod.bat b/Install/scripts/cleanmod.bat index 25771c9..24e5757 100644 --- a/Install/scripts/cleanmod.bat +++ b/Install/scripts/cleanmod.bat @@ -1,6 +1,8 @@ -REM %1=creasourcefolder +REM %1 = +REM %2 = -set binfolder=%1Bin + +set binfolder=%2\creatools_bin\%1Bin mkdir %binfolder% cd %binfolder% del *.exe @@ -11,4 +13,3 @@ del Release\*.exe del Release\*.dll del RelWithDebInfo\*.exe del RelWithDebInfo\*.dll -cd .. \ No newline at end of file