[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.7 and 1.8

version 1.7, 2014/05/15 12:00:25 version 1.8, 2014/05/27 21:17:06
Line 1 
Line 1 
 @rem $OpenXM: OpenXM_contrib2/windows/makepkg.bat,v 1.6 2014/05/13 20:13:48 ohara Exp $  @rem $OpenXM: OpenXM_contrib2/windows/makepkg.bat,v 1.7 2014/05/15 12:00:25 ohara Exp $
 @echo off  @echo off
   
 if exist asir ( rmdir /q /s asir )  if exist asir ( rmdir /q /s asir )
Line 51  for %%i in ( doc-asir2000.zip doc-asir-contrib.zip doc
Line 51  for %%i in ( doc-asir2000.zip doc-asir-contrib.zip doc
   )    )
   unzip ..\..\OpenXM_dist\%%i -d asir    unzip ..\..\OpenXM_dist\%%i -d asir
 )  )
   
   echo import("names.rr")$ > asir\share\.asirrc
   echo end$ >> asir\share\.asirrc
   
 if /i "%Platform%" == "X64" (  if /i "%Platform%" == "X64" (
   zip -r asir_win64_%DATE:/=.%.zip asir    zip -r asir_win64_%DATE:/=.%.zip asir

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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