|
3 | 3 | <if cond="update || all"> |
4 | 4 | <print pretty="true">Preparing installation...</print> |
5 | 5 |
|
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"/> |
10 | 10 |
|
11 | 11 | <!-- 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"/> |
14 | 14 |
|
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"/> |
26 | 19 |
|
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"/> |
28 | 28 |
|
29 | 29 | <!-- 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/" skipDeps="true"/> |
| 30 | + <!-- <lib global="true" name="hxp"/> <lib name="hxp"/> --> |
| 31 | + <!-- <lib global="true" name="format"/> <lib name="format"/> --> |
36 | 32 | </if> |
37 | 33 |
|
38 | 34 | <!-- Hxcpp Building --> |
39 | | - <if cond="build-hxcpp || all"> |
| 35 | + <if cond="build-hxcpp"> |
40 | 36 | <print pretty="true">Rebuilding Hxcpp...</print> |
41 | 37 |
|
42 | 38 | <!-- Build hxcpp --> |
43 | 39 | <cmd inLib="hxcpp" dir="tools/hxcpp" cmd="haxe compile.hxml" /> |
44 | 40 | </if> |
45 | 41 |
|
46 | 42 | <!-- Lime Building --> |
47 | | - <!-- <if cond="build-lime || all"> |
| 43 | + <if cond="build-lime"> |
48 | 44 | <print pretty="true">Rebuilding Lime...</print> |
49 | 45 |
|
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> |
54 | 50 |
|
55 | 51 | </libraries> |
0 commit comments