[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.6, Fri Feb 26 17:58:23 2010 UTC (14 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.5: +2 -2 lines

The asir cpp was replaced by mcpp.

@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.6 2010/02/26 17:58:23 ohara Exp $
@echo off

set ARCH=AMD64

cd gc-7.1
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