Search code examples
haxenme

is it possible to load the content of one nmml from another one?


Is it possible to have one main project.nmml file with multiple children overriding some of the configuration?

ie

project.nmml
project_ouya.nmml

And call nme test "project_ouya.nmml" android.

Or is there a better solution for this type of scenarios?


Solution

  • In project_ouya.nmml, add <include name="project.nmml" />.