55 lines
1.9 KiB
XML
55 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<libraries checkVersion="update || all">
|
|
<if cond="update || all">
|
|
<print pretty="true">Preparing installation...</print>
|
|
|
|
<!-- OpenFL & Lime (Required for Flixel) -->
|
|
<git name="openfl" url="https://github.com/CodenameCrew/cne-openfl" ref="old" />
|
|
<lib name="lime" version="8.1.2" />
|
|
|
|
<!-- Flixel -->
|
|
<git name="flixel" url="https://github.com/CodenameCrew/cne-flixel" ref="old" />
|
|
<git name="flixel-addons" url="https://github.com/CodenameCrew/cne-flixel-addons" ref="old" />
|
|
|
|
<!-- Other Libraries -->
|
|
<git name="hscript-improved" url="https://github.com/CodenameCrew/hscript-improved" ref="codename-dev" />
|
|
<git name="hxdiscord_rpc" url="https://github.com/CodenameCrew/cne-hxdiscord_rpc" ref="old" skipDeps="true" />
|
|
<lib name="funkin-modchart" skipDeps="true" />
|
|
<lib name="hxvlc" version="1.9.3" skipDeps="true" />
|
|
|
|
<!-- Documentation and other features -->
|
|
<git name="away3d" url="https://github.com/CodenameCrew/away3d" />
|
|
<!-- <lib name="dox" /> -->
|
|
<lib name="markdown" />
|
|
<lib name="hxcpp-debug-server" />
|
|
|
|
<lib name="nape-haxe4" />
|
|
|
|
<!-- For building lime -->
|
|
<lib global="true" name="hxp" /> <lib name="hxp" />
|
|
<lib global="true" name="format" /> <lib name="format" />
|
|
|
|
<git name="hxcpp" url="https://github.com/CodenameCrew/cne-hxcpp" ref="old" />
|
|
|
|
<git name="flixel-animate" url="https://github.com/CodenameCrew/cne-flixel-animate/" ref="old" skipDeps="true"/>
|
|
</if>
|
|
|
|
<!-- Hxcpp Building -->
|
|
<if cond="build-hxcpp || all">
|
|
<print pretty="true">Rebuilding Hxcpp...</print>
|
|
|
|
<!-- Build hxcpp -->
|
|
<cmd inLib="hxcpp" dir="tools/hxcpp" cmd="haxe compile.hxml" />
|
|
</if>
|
|
|
|
<!-- Lime Building -->
|
|
<!-- <if cond="build-lime || all">
|
|
<print pretty="true">Rebuilding Lime...</print>
|
|
|
|
<!- - Build lime - ->
|
|
<cmd inLib="lime" cmd="haxelib run lime rebuild . $PLATFORM -release -clean" />
|
|
<cmd inLib="lime" dir="tools" cmd="haxe tools.hxml" />
|
|
</if> -->
|
|
|
|
</libraries>
|