From: Arno P. <ar...@pu...> - 2012-12-13 19:40:59
|
XMLVM does not support this. --lib needs to reference a jar file that will also be cross-compiled. There is no option to include a native library. Patches are welcome. :) Arno On 12/13/12 10:42 AM, Steve Hannah wrote: > Hi everyone, > > I'm having some trouble getting xmlvm to automatically add native ios > libraries to the generated Xcode project. I have a library in a file > mylib.a, that I would like to have linked to the Xcode project that is > generated by XMLVM. > > I have tried: > > 1. Placing the mylib.a into the resources directory before running the > ANT build step. > 2. Specifying --lib=/path/to/mylib.a in as a flag in the call to xmlvm > 3. Specifying --resource=/path/to/mylib.a as a flag in the call to xmlvm > > In all cases, the library is not linked in the resulting Xcode project > (that is produced with the build step). I have to add it manually > after the fact. > > Any pointers much appreciated. > > Steve > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |