Use 'lime-legacy' instead of 'legacy' in order to prevent name collisions

This commit is contained in:
Joshua Granick
2014-09-24 14:26:49 -07:00
parent 5941b60570
commit ddb4b0ff8a
2 changed files with 10 additions and 6 deletions

View File

@@ -8,11 +8,14 @@
<set name="included" value="1" if="windows || mac || linux || ios || android || blackberry || tizen || firefoxos || html5 || flash" />
<include path="legacy/include.xml" if="legacy" />
<templatePath name="templates" unless="legacy" />
<set name="lime-legacy" if="legacy || lime_legacy" />
<haxedef name="lime-legacy" if="lime-legacy" />
<include path="legacy/include.xml" if="lime-legacy" />
<templatePath name="templates" unless="lime-legacy" />
<sample path="samples" unless="openfl" />
<section unless="display || legacy">
<section unless="display || lime-legacy">
<haxelib name="hxcpp" if="cpp" />