[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.2, Thu Aug 20 17:44:35 2015 UTC (8 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.1: +1 -5 lines

Registerd libraries to makefiles and scripts for Visual Studio.

@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 ..\asir2000 ) do (
  pushd %%i
  nmake -f Makefile.vc distclean
  popd
)

exit /b 0