jdonaldson / promhx

A promise and functional reactive programming library for Haxe
MIT License
145 stars 24 forks source link

The lib symlink doesn't work on Windows #82

Open kevinresol opened 8 years ago

kevinresol commented 8 years ago

in src/main there is a lib symlink that points to ../../libbut I found that doesn't work on Windows. The compiler will complain that lib/setImmediate/setImmediate.js not found.

To workaround it, I deleted the original lib file and run mklink lib ..\..\lib in that folder, creating a Windows symlink and it worked

jdonaldson commented 8 years ago

thanks for the heads up. I didn't want to mix haxe/js source dirs, but it looks like that may need to happen.

kevinresol commented 8 years ago

What about extraParams.hxml?