[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.2, Tue Mar 10 16:26:12 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.1: +4 -1 lines

1. Corrected options for MS C compiler and linker.
2. Add conditional branch WITH_PARI to Makefile.vc.

@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.2 2009/03/10 16:26:12 ohara Exp $
@echo off

set ARCH=AMD64
set WITH_PARI=no

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

for %%i in ( asir2000lib engine2000 cpp 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