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

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

Revision 1.1, Mon Mar 9 09:33:30 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2

Add makefiles and a batch file for building Risa/Asir by Visual C++ 6.0.
They are written in Microsoft nmake.

@rem $OpenXM: OpenXM_contrib2/windows/makebin6.bat,v 1.1 2009/03/09 09:33:30 ohara Exp $
@echo off

for %%i in ( pari20 asir2000lib engine2000 cpp asir32gui ) do (
  cd %%i
  nmake -f Makefile.vc6
  cd ..
)

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

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