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

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

1.3     ! ohara       1: @rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.2 2009/03/10 16:26:12 ohara Exp $
1.1       ohara       2: @echo off
                      3:
1.2       ohara       4: set ARCH=AMD64
1.3     ! ohara       5: if not defined WITH_PARI set WITH_PARI=yes
1.2       ohara       6:
1.1       ohara       7: cd gc-7.1
                      8: nmake -f NT_X64_STATIC_THREADS_MAKEFILE gc.lib
                      9: cd ..
                     10:
1.3     ! ohara      11: if "%WITH_PARI%" == "yes" (
        !            12:   cd pari20
        !            13:   nmake -f Makefile.vc6
        !            14:   cd ..
        !            15: )
        !            16:
1.1       ohara      17: for %%i in ( asir2000lib engine2000 cpp asir32gui ) do (
                     18:   cd %%i
                     19:   nmake -f Makefile.vc
                     20:   cd ..
                     21: )
                     22:
                     23: cd asir32gui
                     24: nmake -f Makefile.vc LANG=en
                     25: cd ..
                     26:
                     27: cd ..\asir2000
                     28: nmake -f Makefile.vc
                     29: cd ..\windows

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