Skip to content

Commit

Permalink
fixed release build
Browse files Browse the repository at this point in the history
  • Loading branch information
hooleyhoop committed Oct 13, 2011
1 parent b80d9de commit 89e73ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions HooStateMachine/HooStateMachine.xcodeproj/project.pbxproj
Expand Up @@ -815,7 +815,10 @@
"_ROOT_OBJECT_=SHooleyObject",
);
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
HEADER_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/usr/local/include";
HEADER_SEARCH_PATHS = (
"$(CONFIGURATION_BUILD_DIR)/usr/local/include",
"\"$(SRCROOT)/../../../../../../Dropbox/Programming/SHRootObject/SHRootObject/src\"",
);
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -838,7 +841,10 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "HooStateMachine_ios/HooStateMachine_ios-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
HEADER_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/usr/local/include";
HEADER_SEARCH_PATHS = (
"$(CONFIGURATION_BUILD_DIR)/usr/local/include",
"\"$(SRCROOT)/../../../../../../Dropbox/Programming/SHRootObject/SHRootObject/src\"",
);
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down
Binary file not shown.

0 comments on commit 89e73ea

Please sign in to comment.