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

Diff for /OpenXM_contrib2/windows/Attic/makepkg.bat between version 1.10 and 1.11

version 1.10, 2015/08/20 17:44:35 version 1.11, 2015/08/25 22:23:56
Line 1 
Line 1 
 @rem $OpenXM: OpenXM_contrib2/windows/makepkg.bat,v 1.9 2014/05/28 08:00:45 ohara Exp $  @rem $OpenXM: OpenXM_contrib2/windows/makepkg.bat,v 1.10 2015/08/20 17:44:35 ohara Exp $
 @echo off  @echo off
   
 if exist asir ( rmdir /q /s asir )  if exist asir ( rmdir /q /s asir )
Line 16  for %%i in ( asir32gui\asirgui.exe asir32gui\ja.dll en
Line 16  for %%i in ( asir32gui\asirgui.exe asir32gui\ja.dll en
 )  )
   
 if /i "%Platform%" == "X64" (  if /i "%Platform%" == "X64" (
   copy /b gmp\x64\*.dll asir\bin    copy /b mpir\x64\*.dll asir\bin
 ) else (  ) else (
   copy /b gmp\win32\*.dll asir\bin    copy /b mpir\win32\*.dll asir\bin
 )  )
   
 pushd help  pushd help

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

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