[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.14, Wed Dec 31 19:57:00 2014 UTC (9 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.13: +2 -1 lines

Updated makefiles for Visual Studio 2013.

@rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.14 2014/12/31 19:57:00 ohara Exp $
@echo off

set ARCH=AMD64
set INCLUDE=%INCLUDE%;%ProgramFiles(x86)%\Microsoft SDKs\Windows\v7.1A\Include

if not exist gc-7.2 ( c:\cygwin\bin\bash -c 'PATH=/bin:$PATH ./extract_gc.sh' )
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 ..\asir2000 ) do (
  pushd %%i
  nmake -f Makefile.vc
  popd
)