[BACK]Return to distclean.bat CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows

Annotation of OpenXM_contrib2/windows/distclean.bat, Revision 1.1

1.1     ! ohara       1: @echo off
        !             2:
        !             3: if exist asir   ( rmdir /s /q asir )
        !             4: if exist gc-7.2 ( rmdir /s /q gc-7.2 )
        !             5: if exist pari20\pari-2.0.17.beta ( rmdir /s /q pari20\pari-2.0.17.beta )
        !             6: pushd pari20
        !             7: nmake -f Makefile.vc6 distclean
        !             8: popd
        !             9: for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do (
        !            10:   pushd %%i
        !            11:   nmake -f Makefile.vc distclean
        !            12:   popd
        !            13: )
        !            14:
        !            15: exit /b 0

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>