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

File: [local] / OpenXM_contrib2 / windows / Attic / distclean.bat (download)

Revision 1.3, Thu Mar 28 08:03:07 2019 UTC (5 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.2: +1 -1 lines

The Asir for windows is based on asir2018.

@echo off

if exist asir   ( rmdir /s /q asir )
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
)

exit /b 0