annotate src/kaigo/horori/release.bat @ 52:1c7bf24c63e6
alloc.cpp: small improve.
author |
pyon@macmini |
date |
Tue, 12 May 2020 20:00:11 +0900 |
parents |
20b42e2deae1 |
children |
62ae9daac43a |
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%
|
|
9
|