[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.10, Mon Aug 5 11:47:03 2013 UTC (10 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.9: +2 -2 lines

typo in error message.

@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.10 2013/08/05 11:47:03 ohara Exp $
@echo off

set ARCH=AMD64

if not exist gc-7.2 ( echo run ./extract_gc.sh in cyngwin & exit /b 1 )
pushd gc-7.2
nmake -f NT_X64_STATIC_THREADS_MAKEFILE gc.lib
popd

pushd pari20
nmake -f Makefile.vc6
popd

for %%i in ( asir2000lib engine2000 mcpp asir32gui ) do (
  pushd %%i
  nmake -f Makefile.vc
  popd
)

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

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