[BACK]Return to makebin32.bat CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows

Annotation of OpenXM_contrib2/windows/makebin32.bat, Revision 1.9

1.9     ! ohara       1: @rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.8 2013/08/05 11:47:03 ohara Exp $
1.1       ohara       2: @echo off
                      3:
                      4: set ARCH=x86
                      5:
1.8       ohara       6: if not exist gc-7.2 ( echo run ./extract_gc.sh in cyngwin & exit /b 1 )
1.7       ohara       7: pushd gc-7.2
1.1       ohara       8: nmake -f NT_STATIC_THREADS_MAKEFILE gc.lib
1.7       ohara       9: popd
1.1       ohara      10:
1.7       ohara      11: pushd pari20
1.2       ohara      12: nmake -f Makefile.vc6
1.7       ohara      13: popd
1.1       ohara      14:
1.9     ! ohara      15: for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ) do (
1.7       ohara      16:   pushd %%i
1.1       ohara      17:   nmake -f Makefile.vc
1.7       ohara      18:   popd
1.1       ohara      19: )
                     20:
1.7       ohara      21: pushd asir32gui
1.1       ohara      22: nmake -f Makefile.vc LANG=en
1.7       ohara      23: popd
1.1       ohara      24:
1.7       ohara      25: pushd ..\asir2000
1.1       ohara      26: nmake -f Makefile.vc
1.7       ohara      27: popd

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>