Skip to content

Commit 5a176e0

Browse files
committed
Clean libs.xml, project.xml
1 parent 3c15805 commit 5a176e0

2 files changed

Lines changed: 160 additions & 176 deletions

File tree

building/libs.xml

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,53 +3,49 @@
33
<if cond="update || all">
44
<print pretty="true">Preparing installation...</print>
55

6-
<!-- OpenFL & Lime (Required for Flixel) -->
7-
<git name="openfl" url="https://github.com/CodenameCrew/cne-openfl" ref="old" />
8-
<lib name="lime" version="8.1.2" />
9-
<!-- <git name="lime" url="https://github.com/CodenameCrew/cne-lime" /> disabled for now until fixed -->
6+
<!-- Hxcpp & OpenFL & Lime (Required for Flixel) -->
7+
<git name="hxcpp" url="https://github.com/CodenameCrew/cne-hxcpp"/>
8+
<git name="openfl" url="https://github.com/CodenameCrew/cne-openfl" ref="develop" skipDeps="true"/>
9+
<git name="lime" url="https://github.com/CodenameCrew/cne-lime" ref="develop" skipDeps="true"/>
1010

1111
<!-- Flixel -->
12-
<git name="flixel" url="https://github.com/CodenameCrew/cne-flixel" />
13-
<git name="flixel-addons" url="https://github.com/CodenameCrew/cne-flixel-addons" ref="old" />
12+
<git name="flixel" url="https://github.com/CodenameCrew/cne-flixel" ref="feat/update-to-5.9.0" skipDeps="true"/>
13+
<git name="flixel-addons" url="https://github.com/CodenameCrew/cne-flixel-addons" ref="dev" skipDeps="true"/>
1414

15-
<!-- Other Libraries -->
16-
<git name="hscript-improved" url="https://github.com/CodenameCrew/hscript-improved" ref="codename-dev" />
17-
<git name="hxdiscord_rpc" url="https://github.com/CodenameCrew/cne-hxdiscord_rpc" skipDeps="true" />
18-
<lib name="funkin-modchart" skipDeps="true" />
19-
<lib name="hxvlc" version="1.9.3" skipDeps="true" />
20-
21-
<!-- Documentation and other features -->
22-
<git name="away3d" url="https://github.com/CodenameCrew/away3d" />
23-
<!-- <lib name="dox" /> -->
24-
<lib name="markdown" />
25-
<lib name="hxcpp-debug-server" />
15+
<!-- CNE Core Libraries -->
16+
<git name="flixel-animate" url="https://github.com/CodenameCrew/cne-flixel-animate/" skipDeps="true"/>
17+
<git name="hscript-improved" url="https://github.com/CodenameCrew/hscript-improved" ref="codename-dev"/>
18+
<git name="away3d" url="https://github.com/CodenameCrew/away3d" skipDeps="true"/>
2619

27-
<lib name="nape-haxe4" />
20+
<!-- Other Libraries -->
21+
<git name="hxdiscord_rpc" url="https://github.com/CodenameCrew/cne-hxdiscord_rpc" skipDeps="true"/>
22+
<lib name="funkin-modchart" version="1.2.4" skipDeps="true"/>
23+
<lib name="hxvlc" version="2.2.5" skipDeps="true"/>
24+
<lib name="hxcpp-debug-server"/>
25+
<lib name="format"/>
26+
<lib name="markdown"/>
27+
<lib name="nape-haxe4"/>
2828

2929
<!-- For building lime -->
30-
<lib global="true" name="hxp" /> <lib name="hxp" />
31-
<lib global="true" name="format" /> <lib name="format" />
32-
33-
<git name="hxcpp" url="https://github.com/CodenameCrew/cne-hxcpp" ref="old" />
34-
35-
<git name="flixel-animate" url="https://github.com/CodenameCrew/cne-flixel-animate/" ref="old" skipDeps="true"/>
30+
<!-- <lib global="true" name="hxp"/> <lib name="hxp"/> -->
31+
<!-- <lib global="true" name="format"/> <lib name="format"/> -->
3632
</if>
3733

3834
<!-- Hxcpp Building -->
39-
<if cond="build-hxcpp || all">
35+
<if cond="build-hxcpp">
4036
<print pretty="true">Rebuilding Hxcpp...</print>
4137

4238
<!-- Build hxcpp -->
4339
<cmd inLib="hxcpp" dir="tools/hxcpp" cmd="haxe compile.hxml" />
4440
</if>
4541

4642
<!-- Lime Building -->
47-
<!-- <if cond="build-lime || all">
43+
<if cond="build-lime">
4844
<print pretty="true">Rebuilding Lime...</print>
4945

50-
<!- - Build lime - ->
51-
<cmd inLib="lime" cmd="haxelib run lime rebuild . $PLATFORM -release -clean" />
52-
<cmd inLib="lime" dir="tools" cmd="haxe tools.hxml" />
53-
</if> -->
46+
<!-- Build lime -->
47+
<cmd inLib="lime" dir="tools" cmd="haxe tools.hxml"/>
48+
<cmd inLib="lime" cmd="haxelib run lime rebuild $PLATFORM -nocolor -nocffi -release"/>
49+
</if>
5450

5551
</libraries>

0 commit comments

Comments
 (0)