lix-pm/lix.client

Better integration with dts2hx

Opened this issue · 3 comments

Hi,
dts2hx creates new folder with generated types, right now need to manually
create hxml file in haxe_libraries in order to link it, maybe we could find better way to integrate these dependencies

You could just include code generated with dts2hx via -cp rather than -lib.

You could just include code generated with dts2hx via -cp rather than -lib.

ya, there is a no-lib option in dts2hx

Ok thank you