[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.1, Mon Mar 9 16:00:42 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN

Now we can build Risa/Asir for Windows x64 by Visual Studio 2008.
but pari functions and html helps are disabled.

makefiles are written in Microsoft nmake.

@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.1 2009/03/09 16:00:42 ohara Exp $
@echo off

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