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

Diff for /OpenXM_contrib2/windows/Attic/makebin32.bat between version 1.11 and 1.12

version 1.11, 2013/08/30 19:09:28 version 1.12, 2014/12/31 19:57:00
Line 1 
Line 1 
 @rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.10 2013/08/30 18:18:11 ohara Exp $  @rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.11 2013/08/30 19:09:28 ohara Exp $
 @echo off  @echo off
   
 set ARCH=x86  set ARCH=x86
   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' )  if not exist gc-7.2 ( c:\cygwin\bin\bash -c 'PATH=/bin:$PATH ./extract_gc.sh' )
 pushd gc-7.2  pushd gc-7.2

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>