I am writing an application in C++/C/Object-C cocoa environment for OSX 10.6
For specific reasons, I cannot make changes to the make file so that I can not link the "libsqlite3.0.dylib" library during build.
In my source files, I included . Since I cannot link the library with the framework, I was wondering how can include a library as part my source file, specifically how do I include libsqlite3.0.dylib?
usr/lib/libsqlite3.0.dylib
this is for MAX OSX 10.6