Initial commit
This commit is contained in:
commit
8d1714777d
30 changed files with 1689 additions and 0 deletions
10
compile.bat
Normal file
10
compile.bat
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
@echo off
|
||||
if exist bin (
|
||||
del /Q bin
|
||||
)
|
||||
javac -d bin src\*.java
|
||||
xcopy /Y "%~dp0res\*" "%~dp0bin"
|
||||
echo.
|
||||
echo 完成!
|
||||
echo.
|
||||
pause
|
||||
Loading…
Add table
Add a link
Reference in a new issue