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

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

1.11    ! ohara       1: @rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.10 2013/08/30 18:18:11 ohara Exp $
1.1       ohara       2: @echo off
                      3:
                      4: set ARCH=x86
                      5:
1.11    ! ohara       6: if not exist gc-7.2 ( c:\cygwin\bin\bash -c 'PATH=/bin:$PATH ./extract_gc.sh' )
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.10      ohara      15: for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do (
1.7       ohara      16:   pushd %%i
1.1       ohara      17:   nmake -f Makefile.vc
1.7       ohara      18:   popd
1.1       ohara      19: )

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