annotate horori/release.bat @ 5:519d6fd0bfd9
draft
searcher: bug fix. fcgo: new feature.
author |
pyon <pyon@macmini> |
date |
Tue, 15 Jun 2021 18:32:28 +0900 |
parents |
aaaa401818a1 |
children |
|
rev |
line source |
0
|
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%
|
|
9 copy %DEVELOPDIR%\eraline\*.exe %TARGETDIR%
|
|
10
|