[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.8 and 1.9

version 1.8, 2014/05/27 21:17:06 version 1.9, 2014/05/28 08:00:45
Line 1 
Line 1 
 @rem $OpenXM: OpenXM_contrib2/windows/makepkg.bat,v 1.7 2014/05/15 12:00:25 ohara Exp $  @rem $OpenXM: OpenXM_contrib2/windows/makepkg.bat,v 1.8 2014/05/27 21:17:06 ohara Exp $
 @echo off  @echo off
   
 if exist asir ( rmdir /q /s asir )  if exist asir ( rmdir /q /s asir )
Line 9  if /i "%Platform%" == "X64" (
Line 9  if /i "%Platform%" == "X64" (
   if not exist asir32gui\asirgui.exe ( call makebin32.bat )    if not exist asir32gui\asirgui.exe ( call makebin32.bat )
 )  )
   
 mkdir asir\bin asir\help\ja asir\lib\asir asir\lib\asir-contrib asir\share\editor  mkdir asir\bin asir\help\ja asir\lib\asir asir\lib\asir-contrib asir\share\editor asir\share\skel
   
 for %%i in ( asir32gui\asirgui.exe asir32gui\ja.dll engine2000\engine.exe mcpp\cpp.exe post-msg-asirgui\cmdasir.exe ..\asir2000\asir.exe curl.exe unzip.exe ) do (  for %%i in ( asir32gui\asirgui.exe asir32gui\ja.dll engine2000\engine.exe mcpp\cpp.exe post-msg-asirgui\cmdasir.exe ..\asir2000\asir.exe curl.exe unzip.exe ) do (
   copy /b %%i asir\bin    copy /b %%i asir\bin
Line 29  popd
Line 29  popd
 copy /b help\ja\*.chm asir\help\ja  copy /b help\ja\*.chm asir\help\ja
 copy /b help\en\*.chm asir\help  copy /b help\en\*.chm asir\help
   
   echo import("names.rr")$ > asir\share\skel\.asirrc
   echo end$ >> asir\share\skel\.asirrc
   
 for %%i in ( asirgui.mac  asir-mode.el install-ja-sjis.txt ) do (  for %%i in ( asirgui.mac  asir-mode.el install-ja-sjis.txt ) do (
   copy /b post-msg-asirgui\%%i asir\share\editor    copy /b post-msg-asirgui\%%i asir\share\editor
 )  )
Line 51  for %%i in ( doc-asir2000.zip doc-asir-contrib.zip doc
Line 54  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.8  
changed lines
  Added in v.1.9

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