@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.11 2013/08/27 07:07:42 ohara Exp $ @echo off set ARCH=AMD64 if not exist gc-7.2 ( echo run ./extract_gc.sh in cyngwin & exit /b 1 ) pushd gc-7.2 nmake -f NT_X64_STATIC_THREADS_MAKEFILE gc.lib popd pushd pari20 nmake -f Makefile.vc6 popd for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ) do ( pushd %%i nmake -f Makefile.vc popd ) pushd asir32gui nmake -f Makefile.vc LANG=en popd pushd ..\asir2000 nmake -f Makefile.vc popd