Mercurial > mercurial > hgweb_golang.cgi
diff src/kaigo/horori/release.bat @ 45:20b42e2deae1
add alloc, (new)mover, merger & (new)searcher.
author | pyon@macmini |
---|---|
date | Thu, 16 Apr 2020 20:59:35 +0900 |
parents | |
children | 62ae9daac43a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/kaigo/horori/release.bat Thu Apr 16 20:59:35 2020 +0900 @@ -0,0 +1,9 @@ +set DEVELOPDIR=C:\msys64\home\nintei\wx\horori +set TARGETDIR=C:\Users\nintei\Desktop\nst + +copy %DEVELOPDIR%\Readme.txt %TARGETDIR% +copy %DEVELOPDIR%\alloc\alloc.exe %TARGETDIR% +copy %DEVELOPDIR%\mover\mover.exe %TARGETDIR% +copy %DEVELOPDIR%\merger\merger.exe %TARGETDIR% +copy %DEVELOPDIR%\searcher\searcher.exe %TARGETDIR% +