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

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

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

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