version 1.7, 2014/05/15 12:00:25 |
version 1.10, 2015/08/20 17:44:35 |
|
|
@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.9 2014/05/28 08:00:45 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 |
) |
) |
|
|
if /i "%Platform%" == "X64" ( |
if /i "%Platform%" == "X64" ( |
copy /b mpir\x64\mpir.dll asir\bin |
copy /b gmp\x64\*.dll asir\bin |
) else ( |
) else ( |
copy /b mpir\win32\mpir.dll asir\bin |
copy /b gmp\win32\*.dll asir\bin |
) |
) |
|
|
pushd help |
pushd help |
|
|
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 |
) |
) |
copy /b ..\asir2000\LICENSE asir |
copy /b ..\asir2000\LICENSE asir |
|
copy /b gmp\COPYING.LIB asir |
xcopy /q /s ..\asir2000\lib asir\lib\asir |
xcopy /q /s ..\asir2000\lib asir\lib\asir |
del /q asir\lib\Makefile* |
del /q asir\lib\Makefile* |
del /q asir\lib\help*.uu |
del /q asir\lib\help*.uu |