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

Diff for /OpenXM_contrib2/windows/Attic/distclean.bat between version 1.2 and 1.3

version 1.2, 2015/08/20 17:44:35 version 1.3, 2019/03/28 08:03:07
Line 2 
Line 2 
   
 if exist asir   ( rmdir /s /q asir )  if exist asir   ( rmdir /s /q asir )
 if exist gc ( rmdir /s /q gc )  if exist gc ( rmdir /s /q gc )
 for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do (  for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2018 ) do (
   pushd %%i    pushd %%i
   nmake -f Makefile.vc distclean    nmake -f Makefile.vc distclean
   popd    popd

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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