[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.1, Sat Nov 16 08:31:31 2013 UTC (10 years, 5 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b

Add sources of asir installer for windows.

@echo off

if exist asir   ( rmdir /s /q asir )
if exist gc-7.2 ( rmdir /s /q gc-7.2 )
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 (
  pushd %%i
  nmake -f Makefile.vc distclean
  popd
)

exit /b 0