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

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

Revision 1.11, Fri Aug 30 19:09:28 2013 UTC (10 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.10: +2 -2 lines

The scripts invoke cygwin bash.

@rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.11 2013/08/30 19:09:28 ohara Exp $
@echo off

set ARCH=x86

if not exist gc-7.2 ( c:\cygwin\bin\bash -c 'PATH=/bin:$PATH ./extract_gc.sh' )
pushd gc-7.2
nmake -f NT_STATIC_THREADS_MAKEFILE gc.lib
popd

pushd pari20
nmake -f Makefile.vc6
popd

for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do (
  pushd %%i
  nmake -f Makefile.vc
  popd
)