=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/Attic/makebin32.bat,v retrieving revision 1.9 retrieving revision 1.12 diff -u -p -r1.9 -r1.12 --- OpenXM_contrib2/windows/Attic/makebin32.bat 2013/08/27 07:07:42 1.9 +++ OpenXM_contrib2/windows/Attic/makebin32.bat 2014/12/31 19:57:00 1.12 @@ -1,9 +1,10 @@ -@rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.8 2013/08/05 11:47:03 ohara Exp $ +@rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.11 2013/08/30 19:09:28 ohara Exp $ @echo off set ARCH=x86 +set INCLUDE=%INCLUDE%;%ProgramFiles(x86)%\Microsoft SDKs\Windows\v7.1A\Include -if not exist gc-7.2 ( echo run ./extract_gc.sh in cyngwin & exit /b 1 ) +if not exist gc-7.2 ( c:\cygwin\bin\bash -c 'PATH=/bin:$PATH ./extract_gc.sh' ) pushd gc-7.2 nmake -f NT_STATIC_THREADS_MAKEFILE gc.lib popd @@ -12,16 +13,8 @@ pushd pari20 nmake -f Makefile.vc6 popd -for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ) do ( +for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do ( pushd %%i nmake -f Makefile.vc popd ) - -pushd asir32gui -nmake -f Makefile.vc LANG=en -popd - -pushd ..\asir2000 -nmake -f Makefile.vc -popd