-
Notifications
You must be signed in to change notification settings - Fork 8
/
build.hxml
38 lines (36 loc) · 875 Bytes
/
build.hxml
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
### GEN DOCS XML :
#-cp src
#-xml docs/doc.xml
#com.raidandfade.haxicord.DiscordClient
#com.raidandfade.haxicord.endpoints.Endpoints
#-D doc-gen
### COMPILE LIBRARIES :
# --next
# -cp src
# -debug
# -lib hxnodejs
# com.raidandfade.haxicord.DiscordClient
# com.raidandfade.haxicord.endpoints.Endpoints
# -js bin/Haxicord-js/Haxicord.js
# --next
# -cp src
# -debug
# -net-lib libs/websocket-sharp.dll
# com.raidandfade.haxicord.DiscordClient
# com.raidandfade.haxicord.endpoints.Endpoints
# -cs bin/Haxicord-cs
# -D net-ver=40
# --next
# -cp src
# -debug
# com.raidandfade.haxicord.DiscordClient
# com.raidandfade.haxicord.endpoints.Endpoints
# -neko bin/Haxicord-neko/Haxicord.n
-cp src
# -lib nme
# -lib hxnodejs
-main com.raidandfade.haxicord.test.Test
-debug
# --js test/bin/Haxicord-js/Haxicord.js
--cpp test/bin/Haxicord-cpp
# --neko test/bin/Haxicord-neko/Haxicord.n