=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/Attic/makepkg.bat,v retrieving revision 1.11 retrieving revision 1.13 diff -u -p -r1.11 -r1.13 --- OpenXM_contrib2/windows/Attic/makepkg.bat 2015/08/25 22:23:56 1.11 +++ OpenXM_contrib2/windows/Attic/makepkg.bat 2019/03/28 18:10:10 1.13 @@ -1,4 +1,4 @@ -@rem $OpenXM: OpenXM_contrib2/windows/makepkg.bat,v 1.10 2015/08/20 17:44:35 ohara Exp $ +@rem $OpenXM: OpenXM_contrib2/windows/makepkg.bat,v 1.12 2019/03/28 08:03:07 ohara Exp $ @echo off if exist asir ( rmdir /q /s asir ) @@ -9,9 +9,9 @@ if /i "%Platform%" == "X64" ( 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 asir\share\skel +mkdir asir\bin 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 ..\asir2018\asir.exe curl.exe unzip.exe ) do ( copy /b %%i asir\bin ) @@ -21,23 +21,15 @@ if /i "%Platform%" == "X64" ( copy /b mpir\win32\*.dll asir\bin ) -pushd help -if not exist ja ( call makehelp2.bat ja ) -if not exist en ( call makehelp2.bat en ) -popd - -copy /b help\ja\*.chm asir\help\ja -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 ( copy /b post-msg-asirgui\%%i asir\share\editor ) -copy /b ..\asir2000\LICENSE asir +copy /b ..\asir2018\LICENSE asir copy /b gmp\COPYING.LIB asir -xcopy /q /s ..\asir2000\lib asir\lib\asir +xcopy /q /s ..\asir2018\lib asir\lib\asir del /q asir\lib\Makefile* del /q asir\lib\help*.uu @@ -48,13 +40,7 @@ for %%i in ( de.rr gw.rr module_syz.rr mwl.rr pd.rr re ) del /q asir\lib\asir-contrib\Makefile.in del /q asir\lib\asir-contrib\y_prime\.keepme - -for %%i in ( doc-asir2000.zip doc-asir-contrib.zip doc-other-docs.zip ) do ( - if not exist ..\..\OpenXM_dist\%%i ( - curl http://www.math.kobe-u.ac.jp/OpenXM/Current/archive-01/%%i -o ..\..\OpenXM_dist\%%i - ) - unzip ..\..\OpenXM_dist\%%i -d asir -) +del /q asir\lib\asir-contrib\y_prime\Makefile if /i "%Platform%" == "X64" ( zip -r asir_win64_%DATE:/=.%.zip asir