generated from swasun/Aion-4.7.5-Rework-GiGatR00n-Source-Developing-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Clean All Builds.bat
33 lines (30 loc) · 880 Bytes
/
Clean All Builds.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@ECHO off
@COLOR 0C
TITLE Aion-Core v4.7.5.x by GiGatR00n
@ECHO.
@ECHO.
@ECHO =======================ChatServer Builds Cleaning=======================
@ECHO ========================================================================
@cd AC-Chat
@call ..\AC-Tools\Ant\bin\ant clean
@cd ..
@ECHO.
@ECHO.
@ECHO ======================LoginServer Builds Cleaning=======================
@ECHO ========================================================================
@cd AC-Login
@call ..\AC-Tools\Ant\bin\ant clean
@cd ..
@ECHO.
@ECHO.
@ECHO =======================GameServer Builds Cleaning=======================
@ECHO ========================================================================
@cd AC-Game
@call ..\AC-Tools\Ant\bin\ant clean
del jar-yguard.xml
del yshrinklog.xml
@cd ..
@ECHO.
@ECHO.
@ECHO -------------------------- CLEANING FINISHED -------------------------
@PAUSE