=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/Attic/makebin32.bat,v retrieving revision 1.1 retrieving revision 1.7 diff -u -p -r1.1 -r1.7 --- OpenXM_contrib2/windows/Attic/makebin32.bat 2009/03/11 09:52:06 1.1 +++ OpenXM_contrib2/windows/Attic/makebin32.bat 2013/08/05 11:41:40 1.7 @@ -1,29 +1,27 @@ -@rem $OpenXM$ +@rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.6 2012/05/30 02:24:33 ohara Exp $ @echo off set ARCH=x86 -if not defined WITH_PARI set WITH_PARI=yes -cd gc-7.1 +if not exist gc-7.2 ( echo run ./extract-gc.sh in cyngwin & exit /b 1 ) +pushd gc-7.2 nmake -f NT_STATIC_THREADS_MAKEFILE gc.lib -cd .. +popd -if "%WITH_PARI%" == "yes" ( - cd pari20 - nmake -f Makefile.vc6 - cd .. -) +pushd pari20 +nmake -f Makefile.vc6 +popd -for %%i in ( asir2000lib engine2000 cpp asir32gui ) do ( - cd %%i +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