I've installed haxe 2.10 and after I've made some changes in an extension I try to compile the ios stuff by clicking on 'build' in the project folder I got errors.
How can I change the path from
/Users/Branko/Stencyl-full/plaf/haxe/lib/hxcpp/3,0,2/
to haxe 2.10 in
usr/lib/haxe?
haxelib path hxcpp
---------------------
/Users/Branko/Stencyl-full/plaf/haxe/lib/hxcpp/3,0,2/
-D hxcpp
haxe
-------------------
Haxe Compiler 2.10 - (c)2005-2012 Motion-Twin
Usage : haxe -main <class> [-swf|-js|-neko|-php|-cpp|-cs|-java|-as3] <output> [options]
Options :
-cp <path> : add a directory to find source files
-js <file> : compile code to JavaScript file
-swf <file> : compile code to Flash SWF file
-as3 <directory> : generate AS3 code into target directory
-neko <file> : compile code to Neko Binary
-php <directory> : generate PHP code into target directory
-cpp <directory> : generate C++ code into target directory
-cs <directory> : generate C# code into target directory
-java <directory> : generate Java code into target directory
-xml <file> : generate XML types description
-main <class> : select startup class
-lib <library[:version]> : use a haxelib library
-D <var> : define a conditional compilation flag
-v : turn on verbose mode
-debug : add debug informations to the compiled code
-help Display this list of options
--help Display this list of options