Skip to content

Commit

Permalink
Set to GCC 4.0 for the 10.4 build, using the system SDK to get this t…
Browse files Browse the repository at this point in the history
…o build.
  • Loading branch information
mbaltaks committed Dec 16, 2009
1 parent c632ce6 commit 4dd9eb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ClickToFlash.xcodeproj/project.pbxproj
Expand Up @@ -832,6 +832,8 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = Plugin/ClickToFlash_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
"GCC_VERSION[arch=i386]" = 4.0;
"GCC_VERSION[arch=ppc]" = 4.0;
IBC_FLATTEN_NIBS = NO;
INFOPLIST_FILE = "Plugin/Info-Plugin.plist";
INSTALL_PATH = "$(HOME)/Library/Bundles";
Expand All @@ -842,7 +844,6 @@
PREBINDING = NO;
PRODUCT_NAME = ClickToFlash;
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
VALID_ARCHS = "ppc i386 x86_64";
WRAPPER_EXTENSION = webplugin;
ZERO_LINK = NO;
Expand All @@ -862,6 +863,8 @@
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
"GCC_VERSION[arch=i386]" = 4.0;
"GCC_VERSION[arch=ppc]" = 4.0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
INFOPLIST_FILE = "Plugin/Info-Plugin.plist";
INSTALL_PATH = "$(HOME)/Library/Bundles";
Expand All @@ -871,7 +874,6 @@
PREBINDING = NO;
PRODUCT_NAME = ClickToFlash;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
VALID_ARCHS = "ppc i386 x86_64";
WRAPPER_EXTENSION = webplugin;
ZERO_LINK = NO;
Expand Down

0 comments on commit 4dd9eb9

Please sign in to comment.