Skip to content

Commit

Permalink
Make AllRez10.6 build for G3 instead of G4
Browse files Browse the repository at this point in the history
  • Loading branch information
joevt committed May 9, 2023
1 parent cf9a4d7 commit 8dd8bb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AllRez10.6.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@
"${PROJECT_DIR}/AllRez",
);
GCC_DYNAMIC_NO_PIC = NO;
GCC_FORCE_CPU_SUBTYPE_ALL = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -668,6 +669,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "${SRCROOT}/AllRez/linux/include/";
MACOSX_DEPLOYMENT_TARGET = 10.4;
OTHER_LDFLAGS = "-force_cpusubtype_ALL";
SDKROOT = macosx10.6;
SYMROOT = build/build10.6;
SYSTEM_HEADER_SEARCH_PATHS = "${SRCROOT}/AllRez/linux/include/ ${SRCROOT}/AllRez/Kernel.framework/";
Expand Down Expand Up @@ -722,6 +724,7 @@
/System/Library/PrivateFrameworks,
"${PROJECT_DIR}/AllRez",
);
GCC_FORCE_CPU_SUBTYPE_ALL = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand All @@ -731,6 +734,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "${SRCROOT}/AllRez/linux/include/";
MACOSX_DEPLOYMENT_TARGET = 10.4;
OTHER_LDFLAGS = "-force_cpusubtype_ALL";
SDKROOT = macosx10.6;
SYMROOT = build/build10.6;
SYSTEM_HEADER_SEARCH_PATHS = "${SRCROOT}/AllRez/linux/include/ ${SRCROOT}/AllRez/Kernel.framework/";
Expand Down

0 comments on commit 8dd8bb3

Please sign in to comment.