This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
CleanGamesKeepQrc.bat
108 lines (90 loc) · 1.74 KB
/
CleanGamesKeepQrc.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@echo off
if not exist "Blackjack" goto EndBlackjack
cd "Blackjack"
call ..\SubCleanKeepQrc.bat
cd ..
:EndBlackjack
if not exist "Chaodip" goto EndChaodip
cd "Chaodip"
call ..\SubCleanKeepQrc.bat
cd ..
:EndChaodip
if not exist "ChineseChess" goto EndChineseChess
cd "ChineseChess"
call ..\SubCleanKeepQrc.bat
cd ..
:EndChineseChess
if not exist "Chudd" goto EndChudd
cd "Chudd"
call ..\SubCleanKeepQrc.bat
cd ..
:EndChudd
if not exist "GBMahjong" goto EndGBMahjong
cd "GBMahjong"
call ..\SubCleanKeepQrc.bat
cd ..
:EndGBMahjong
if not exist "GDMahjong" goto EndGDMahjong
cd "GDMahjong"
call ..\SubCleanKeepQrc.bat
cd ..
:GDMahjong
if not exist "GongZhu" goto EndGongZhu
cd "GongZhu"
call ..\SubCleanKeepQrc.bat
cd ..
:EndGongZhu
if not exist "GoodLuck" goto EndGoodLuck
cd "GoodLuck"
call ..\SubCleanKeepQrc.bat
cd ..
:EndGoodLuck
if not exist "Interlink" goto EndInterlink
cd "Interlink"
call ..\SubCleanKeepQrc.bat
cd ..
:EndInterlink
if not exist "LandBattle" goto EndLandBattle
cd "LandBattle"
call ..\SubCleanKeepQrc.bat
cd ..
:EndLandBattle
if not exist "LandLord" goto EndLandLord
cd "LandLord"
call ..\SubCleanKeepQrc.bat
cd ..
:EndLandLord
if not exist "NiuNiu" goto EndNiuNiu
cd "NiuNiu"
call ..\SubCleanKeepQrc.bat
cd ..
:EndNiuNiu
if not exist "Renju" goto EndRenju
cd "Renju"
call ..\SubCleanKeepQrc.bat
cd ..
:EndRenju
if not exist "Shisensho" goto EndShisensho
cd "Shisensho"
call ..\SubCleanKeepQrc.bat
cd ..
:EndShisensho
if not exist "Suoha" goto EndSuoha
cd "Suoha"
call ..\SubCleanKeepQrc.bat
cd ..
:EndSuoha
if not exist "Upgrade" goto EndUpgrade
cd "Upgrade"
call ..\SubCleanKeepQrc.bat
cd ..
:EndUpgrade
if not exist "Hall" goto EndHall
cd "Hall"
if not exist "build" goto EndRelease
cd "build"
rd modules /s/q
cd ..
:EndRelease
cd ..
:EndHall