Move some settings from Install.xcconfig that are intended for Release as well over.

Add intended usage note to Install.xcconfig.
This commit is contained in:
André Berg
2010-03-26 01:19:37 +01:00
parent 344fb8c63f
commit 404dee7968
3 changed files with 9 additions and 6 deletions
-1
View File
@@ -30,4 +30,3 @@ OTHER_CFLAGS = -fdiagnostics-show-option
GCC_WARN_UNUSED_VARIABLE = YES
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES
+4 -4
View File
@@ -19,10 +19,10 @@
// Global settings across build configurations for Install
// The Install build config should just serve as a mere extension to the Release
// config, e.g. please do not define settings here that could as well be defined
// in Release.xcconfig.
#include "Release.xcconfig"
CUSTOM_INSTALL_DIR = $(DEVELOPER_DIR)/Applications/Utilities/Third-Party // used with the Install.sh script
DEPLOYMENT_POSTPROCESSING = YES
STRIP_INSTALLED_PRODUCT = YES
+5 -1
View File
@@ -19,4 +19,8 @@
#include "Common.xcconfig"
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
DEPLOYMENT_POSTPROCESSING = YES
STRIP_INSTALLED_PRODUCT = YES