Creating import library on Mac There is an option for creating import libs on MSVC viz. /IMPLIB filename. How can I achieve this on XCode. I dont want to link directly to the dylib and hence want an import lib created which can be linked against.
Thanks
-spsingh. |