Created
June 20, 2014 20:31
-
-
Save sstadelman/1a68c514f1cdb94f829f to your computer and use it in GitHub Desktop.
SDK 3.0 SP05 header & library search paths
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HEADER_SEARCH_PATHS = ( | |
"$(inherited)", | |
"/Applications/Xcode6-Beta2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include", | |
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/XScriptParser", | |
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/Supportability", | |
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ODataOnline", | |
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ODataAPI", | |
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/HttpConversation", | |
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/HttpConvAuthFlows", | |
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/E2ETrace2", | |
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ClientLog", | |
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.performance.ios/PerformanceLib", | |
); | |
LIBRARY_SEARCH_PATHS = ( | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/XScriptParser", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/Supportability", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ODataOnline", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ODataAPI", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/HttpConversation", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/HttpConvAuthFlows", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/E2ETrace2", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ClientLog", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.performance.ios/PerformanceLib", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.net.zetetic.sqlcipher.download/sqlcipher", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.org.openssl.download/crypto", | |
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.org.openssl.download/ssl", | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment