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

Annotation of OpenXM_contrib2/windows/makebin64.bat, Revision 1.14

1.14    ! ohara       1: @rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.13 2013/08/30 19:09:28 ohara Exp $
1.1       ohara       2: @echo off
                      3:
1.2       ohara       4: set ARCH=AMD64
1.14    ! ohara       5: set INCLUDE=%INCLUDE%;%ProgramFiles(x86)%\Microsoft SDKs\Windows\v7.1A\Include
1.2       ohara       6:
1.13      ohara       7: if not exist gc-7.2 ( c:\cygwin\bin\bash -c 'PATH=/bin:$PATH ./extract_gc.sh' )
1.9       ohara       8: pushd gc-7.2
1.1       ohara       9: nmake -f NT_X64_STATIC_THREADS_MAKEFILE gc.lib
1.9       ohara      10: popd
1.1       ohara      11:
1.9       ohara      12: pushd pari20
1.4       ohara      13: nmake -f Makefile.vc6
1.9       ohara      14: popd
1.3       ohara      15:
1.12      ohara      16: for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do (
1.9       ohara      17:   pushd %%i
1.1       ohara      18:   nmake -f Makefile.vc
1.9       ohara      19:   popd
1.1       ohara      20: )

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