diff options
author | preston.a.jackson <preston.a.jackson@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-08-28 22:11:18 +0000 |
---|---|---|
committer | preston.a.jackson <preston.a.jackson@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-08-28 22:11:18 +0000 |
commit | cb2b1640b277dd9ba2f411cc830682f28bfdaa45 (patch) | |
tree | 35eece10bf305d79acfdac17e64c809ed2d156a9 /xcode/Config/StaticLibraryTarget.xcconfig | |
parent | b5936af65c8aebd53b50b08fd4b28b6272f83dcf (diff) | |
download | googletest-cb2b1640b277dd9ba2f411cc830682f28bfdaa45.tar.gz googletest-cb2b1640b277dd9ba2f411cc830682f28bfdaa45.tar.bz2 googletest-cb2b1640b277dd9ba2f411cc830682f28bfdaa45.zip |
Updating for Snow Leopard. Cleaning up the sample code. Updating the README with instructions for installation from the command line.
Diffstat (limited to 'xcode/Config/StaticLibraryTarget.xcconfig')
-rw-r--r-- | xcode/Config/StaticLibraryTarget.xcconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xcode/Config/StaticLibraryTarget.xcconfig b/xcode/Config/StaticLibraryTarget.xcconfig index 67f840ad..3922fa51 100644 --- a/xcode/Config/StaticLibraryTarget.xcconfig +++ b/xcode/Config/StaticLibraryTarget.xcconfig @@ -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 |