HaXe plugin: Is there a way to compile to PHP?
In settings there are only Flash, JS and Neko as compile targets. I've tried to trick it by adding "-php" parameter in Module settings but it just caused "Multiple targets" error. :(
Where from compilation parameters are taken from? Is there a way to switch to PHP target?
Thanks in advance.
Roman.
Please sign in to leave a comment.
Hi Roman,
You can try build with hxml file or nmml file. I'll add new targets in the next version of Haxe plugin.
Best,
Fedor
Thanks!!! Seems like HXML method working fine (at least it compiles now :))!!!
Any plans on implementing debugging functionality for PHP target?
Regards.
Roman.
Haxe doesn't have mappings form php files to hx files. You always can debug generated code :)
Best,
Fedor