[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.11, Tue Aug 27 07:07:42 2013 UTC (10 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.10: +2 -2 lines

Add subdirectory "post-msg-asirgui".

@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.11 2013/08/27 07:07:42 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 post-msg-asirgui ) do (
  pushd %%i
  nmake -f Makefile.vc
  popd
)

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

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