=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/Attic/makebin64.bat,v retrieving revision 1.1 retrieving revision 1.9 diff -u -p -r1.1 -r1.9 --- OpenXM_contrib2/windows/Attic/makebin64.bat 2009/03/09 16:00:42 1.1 +++ OpenXM_contrib2/windows/Attic/makebin64.bat 2013/08/05 11:41:40 1.9 @@ -1,20 +1,27 @@ -@rem $OpenXM$ +@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.8 2012/05/30 02:24:33 ohara Exp $ @echo off -cd gc-7.1 +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 -cd .. +popd -for %%i in ( asir2000lib engine2000 cpp asir32gui ) do ( - cd %%i +pushd pari20 +nmake -f Makefile.vc6 +popd + +for %%i in ( asir2000lib engine2000 mcpp asir32gui ) do ( + pushd %%i nmake -f Makefile.vc - cd .. + popd ) -cd asir32gui +pushd asir32gui nmake -f Makefile.vc LANG=en -cd .. +popd -cd ..\asir2000 +pushd ..\asir2000 nmake -f Makefile.vc -cd ..\windows +popd