Re: [Freerdp-devel] Building FreeRDP for iOS platform

2013-03-21 Thread noname
Thank you Martin, With some small modification of CMakelist files I generated Xcode projects from FreeRDP/libfreerdp folder and from FreeRDP/winpr. After that I changed some setting for both project files for all target to compile as static libraries and run iFreeRDP on my iPad. Thanks. On Thu,

Re: [Freerdp-devel] Building FreeRDP for iOS platform

2013-03-21 Thread Martin Fleisz
Hi Eugene, the iOS port currently doesn't generate a XCode project for the FreeRDP libraries. After using cmake for the configuration you will have to call make and it will create all the FreeRDP and iOS binaries for you (you can enable/disable making the iOS binaries using -DIOS_BUILD_OBJC=ON/