[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.2, Mon Aug 5 11:41:40 2013 UTC (10 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.1: +7 -7 lines

The script terminates if gc-7.2 does not exist.

@rem $OpenXM: OpenXM_contrib2/windows/makebin6.bat,v 1.2 2013/08/05 11:41:40 ohara Exp $
@echo off

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

pushd asir32gui
nmake -f Makefile.vc6 LANG=en
popd

pushd ..\asir2000
nmake -f Makefile.vc6
popd