[core] add flags to params
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
<haxelib name="<%=item.name%>" version="<%=item.version.split('@').shift()%>"/><% }); %>
|
||||
<% macros.forEach(function(item) { %>
|
||||
<haxeflag name="--macro" value="<%=item%>"/><% }); %>
|
||||
<% flags.forEach(function(item) { %>
|
||||
<haxeflag name="-D" value="<%=item%>"/><% }); %>
|
||||
|
||||
<window fps="30"/>
|
||||
<window width="1024" height="768" unless="html5"/>
|
||||
|
||||
Reference in New Issue
Block a user