=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/Attic/distclean.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/windows/Attic/distclean.bat 2013/11/16 08:31:31 1.1 +++ OpenXM_contrib2/windows/Attic/distclean.bat 2015/08/20 17:44:35 1.2 @@ -1,11 +1,7 @@ @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 +if exist gc ( rmdir /s /q gc ) for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do ( pushd %%i nmake -f Makefile.vc distclean