[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.4, Sun Feb 2 05:24:44 2020 UTC (4 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.3: +1 -2 lines

The batch files windows/makebin{32,64}.bat were merged to windows/Makefile.

@echo off

if exist asir   ( rmdir /s /q asir )
for %%i in ( ..\asir-gc asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2018 ) do (
  pushd %%i
  nmake -f Makefile.vc distclean
  popd
)

exit /b 0