Mercurial > mercurial > hgweb_golang.cgi
annotate src/kaigo/horori/release.bat @ 65:0369656be06c default tip
many changes.
author | pyon@macmini |
---|---|
date | Fri, 20 May 2022 06:30:34 +0900 |
parents | 62ae9daac43a |
children |
rev | line source |
---|---|
45 | 1 set DEVELOPDIR=C:\msys64\home\nintei\wx\horori |
2 set TARGETDIR=C:\Users\nintei\Desktop\nst | |
3 | |
4 copy %DEVELOPDIR%\Readme.txt %TARGETDIR% | |
5 copy %DEVELOPDIR%\alloc\alloc.exe %TARGETDIR% | |
6 copy %DEVELOPDIR%\mover\mover.exe %TARGETDIR% | |
7 copy %DEVELOPDIR%\merger\merger.exe %TARGETDIR% | |
8 copy %DEVELOPDIR%\searcher\searcher.exe %TARGETDIR% | |
58 | 9 copy %DEVELOPDIR%\eraline\*.exe %TARGETDIR% |
45 | 10 |