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

Annotation of OpenXM_contrib2/windows/makebin6.bat, Revision 1.1

1.1     ! ohara       1: @rem $OpenXM$
        !             2: @echo off
        !             3:
        !             4: for %%i in ( pari20 asir2000lib engine2000 cpp asir32gui ) do (
        !             5:   cd %%i
        !             6:   nmake -f Makefile.vc6
        !             7:   cd ..
        !             8: )
        !             9:
        !            10: cd asir32gui
        !            11: nmake -f Makefile.vc6 LANG=en
        !            12: cd ..
        !            13:
        !            14: cd ..\asir2000
        !            15: nmake -f Makefile.vc6
        !            16: cd ..\windows

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