Updating for Snow Leopard. Cleaning up the sample code. Updating the README with instructions for installation from the command line.

This commit is contained in:
preston.a.jackson
2009-08-28 22:11:18 +00:00
parent b5936af65c
commit cb2b1640b2
5 changed files with 69 additions and 87 deletions

View File

@@ -13,5 +13,5 @@ GCC_DYNAMIC_NO_PIC = NO
// Dynamic libs should not have their external symbols stripped.
STRIP_STYLE = non-global
// Installation Directory
INSTALL_PATH = @loader_path/../Frameworks
// Let the user install by specifying the $DSTROOT with xcodebuild
SKIP_INSTALL = NO

View File

@@ -13,3 +13,6 @@ GCC_DYNAMIC_NO_PIC = NO
// Static libs should not have their internal globals or external symbols
// stripped.
STRIP_STYLE = debugging
// Let the user install by specifying the $DSTROOT with xcodebuild
SKIP_INSTALL = NO