-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathmake.bat
36 lines (32 loc) · 788 Bytes
/
make.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
@echo off
cd Garland.Web\db\js
type gt.core.js > gt.js
type gt.util.js >> gt.js
type gt.patch.js >> gt.js
type gt.browse.js >> gt.js
type gt.time.js >> gt.js
type gt.item.js >> gt.js
type gt.npc.js >> gt.js
type gt.mob.js >> gt.js
type gt.node.js >> gt.js
type gt.fishing.js >> gt.js
type gt.instance.js >> gt.js
type gt.search.js >> gt.js
type gt.settings.js >> gt.js
type gt.display.js >> gt.js
type gt.list.js >> gt.js
type gt.quest.js >> gt.js
type gt.achievement.js >> gt.js
type gt.action.js >> gt.js
type gt.status.js >> gt.js
type gt.fate.js >> gt.js
type gt.leve.js >> gt.js
type gt.venture.js >> gt.js
type gt.equip.js >> gt.js
type gt.skywatcher.js >> gt.js
type gt.craft.js >> gt.js
type gt.group.js >> gt.js
type gt.map.js >> gt.js
type gt.note.js >> gt.js
dir gt.js
exit