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

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

1.3     ! ohara       1: @rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.2 2009/03/18 05:14:22 ohara Exp $
1.1       ohara       2: @echo off
                      3:
                      4: set ARCH=x86
                      5:
                      6: cd gc-7.1
                      7: nmake -f NT_STATIC_THREADS_MAKEFILE gc.lib
                      8: cd ..
                      9:
1.2       ohara      10: cd pari20
                     11: nmake -f Makefile.vc6
                     12: cd ..
1.1       ohara      13:
                     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>