[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.1 and 1.2

version 1.1, 2013/11/16 08:31:31 version 1.2, 2015/08/20 17:44:35
Line 1 
Line 1 
 @echo off  @echo off
   
 if exist asir   ( rmdir /s /q asir )  if exist asir   ( rmdir /s /q asir )
 if exist gc-7.2 ( rmdir /s /q gc-7.2 )  if exist gc ( rmdir /s /q gc )
 if exist pari20\pari-2.0.17.beta ( rmdir /s /q pari20\pari-2.0.17.beta )  
 pushd pari20  
 nmake -f Makefile.vc6 distclean  
 popd  
 for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do (  for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do (
   pushd %%i    pushd %%i
   nmake -f Makefile.vc distclean    nmake -f Makefile.vc distclean

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

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