@rem $OpenXM: OpenXM_contrib2/windows/makebin6.bat,v 1.2 2013/08/05 11:41:40 ohara Exp $ @echo off for %%i in ( pari20 asir2000lib engine2000 cpp asir32gui ) do ( pushd %%i nmake -f Makefile.vc6 popd ) pushd asir32gui nmake -f Makefile.vc6 LANG=en popd pushd ..\asir2000 nmake -f Makefile.vc6 popd