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

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

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

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