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

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

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

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