Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 98 by
jdboudre...@gmail.com: compiling with --js-modern causes
error "Multiple: -main"
http://code.google.com/p/eclihx/issues/detail?id=98
Hi,
i am using latest trunk version of eclihx and haxe 2.09 and when compiling
for a js target using --js-modern, i get the error "Multiple: -main" with
nothing else explained. here is build.hxml:
-cp src
-debug
-D noEmbedJS
--js-modern
-js out/someclass.js
-main Test.Basic
thanks!