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

File: [local] / OpenXM_contrib2 / windows / Attic / makebin64.bat (download)

Revision 1.8, Wed May 30 02:24:33 2012 UTC (11 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.7: +2 -2 lines

Boehm GC is upgraded to version 7.2b.

@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.8 2012/05/30 02:24:33 ohara Exp $
@echo off

set ARCH=AMD64

cd gc-7.2
nmake -f NT_X64_STATIC_THREADS_MAKEFILE gc.lib
cd ..

cd pari20
nmake -f Makefile.vc6
cd ..

for %%i in ( asir2000lib engine2000 mcpp asir32gui ) do (
  cd %%i
  nmake -f Makefile.vc
  cd ..
)

cd asir32gui
nmake -f Makefile.vc LANG=en
cd ..

cd ..\asir2000
nmake -f Makefile.vc
cd ..\windows