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

Diff for /OpenXM_contrib2/windows/Attic/makebin64.bat between version 1.16 and 1.18

version 1.16, 2016/06/29 13:27:12 version 1.18, 2019/03/28 08:03:07
Line 1 
Line 1 
 @rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.15 2015/08/13 13:45:26 ohara Exp $  @rem $OpenXM: OpenXM_contrib2/windows/makebin64.bat,v 1.17 2018/09/09 07:41:01 ohara Exp $
 @echo off  @echo off
   
 set ARCH=AMD64  set ARCH=AMD64
 set INCLUDE=%INCLUDE%;%ProgramFiles(x86)%\Microsoft SDKs\Windows\v7.1A\Include  
   
 setlocal  setlocal
 set PATH=%PATH%;c:\cygwin\bin;c:\cygwin64\bin  set PATH=%PATH%;c:\cygwin\bin;c:\cygwin64\bin;c:\msys64\usr\bin
 if not exist gc ( bash -c 'PATH=/bin:$PATH ./extract_gc.sh' )  if not exist gc ( bash -c 'PATH=/bin:$PATH ./extract_gc.sh' )
 endlocal  endlocal
   
Line 13  pushd gc
Line 12  pushd gc
 nmake -f NT_X64_STATIC_THREADS_MAKEFILE gc.lib  nmake -f NT_X64_STATIC_THREADS_MAKEFILE gc.lib
 popd  popd
   
 for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do (  for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2018 ) do (
   pushd %%i    pushd %%i
   nmake -f Makefile.vc    nmake -f Makefile.vc
   popd    popd

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.18

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