big update
This commit is contained in:
9
template/project.hxml
Normal file
9
template/project.hxml
Normal file
@@ -0,0 +1,9 @@
|
||||
<% sources.forEach(function(item) { %>
|
||||
-cp "<%=item%>"<% }); %>
|
||||
<% libs.forEach(function(item) { %>
|
||||
-lib <%=item.name%>:<%=item.version.split('@').shift()%><% }); %>
|
||||
<% macros.forEach(function(item) { %>
|
||||
--macro "<%=item%>"<% }); %>
|
||||
|
||||
-main <%=main%>
|
||||
-<%=out%> "<%=buildDir%>/<%=platform%>/bin/<%=name%><%=ext%>"
|
||||
Reference in New Issue
Block a user