=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/Attic/distclean.bat,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM_contrib2/windows/Attic/distclean.bat 2013/11/16 08:31:31 1.1 +++ OpenXM_contrib2/windows/Attic/distclean.bat 2019/03/28 08:03:07 1.3 @@ -1,12 +1,8 @@ @echo off if exist asir ( rmdir /s /q asir ) -if exist gc-7.2 ( rmdir /s /q gc-7.2 ) -if exist pari20\pari-2.0.17.beta ( rmdir /s /q pari20\pari-2.0.17.beta ) -pushd pari20 -nmake -f Makefile.vc6 distclean -popd -for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do ( +if exist gc ( rmdir /s /q gc ) +for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2018 ) do ( pushd %%i nmake -f Makefile.vc distclean popd