Skip to content

Commit

Permalink
Updated mac linking libs for Max 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Place committed Dec 15, 2015
1 parent 4a8aa4d commit f66b9d1
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 15 deletions.
Binary file not shown.
Expand Up @@ -29,16 +29,16 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>7B91b</string>
<string>7B1005</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>15A278</string>
<key>DTSDKName</key>
<string>macosx10.11</string>
<key>DTXcode</key>
<string>0710</string>
<string>0711</string>
<key>DTXcodeBuild</key>
<string>7B91b</string>
<string>7B1005</string>
</dict>
</plist>
Expand Up @@ -27,16 +27,16 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>7B91b</string>
<string>7B1005</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>15A278</string>
<key>DTSDKName</key>
<string>macosx10.11</string>
<key>DTXcode</key>
<string>0710</string>
<string>0711</string>
<key>DTXcodeBuild</key>
<string>7B91b</string>
<string>7B1005</string>
</dict>
</plist>
Expand Up @@ -27,16 +27,16 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>7B91b</string>
<string>7B1005</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>15A278</string>
<key>DTSDKName</key>
<string>macosx10.11</string>
<key>DTXcode</key>
<string>0710</string>
<string>0711</string>
<key>DTXcodeBuild</key>
<string>7B91b</string>
<string>7B1005</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion source/c74support/max-includes/c74_linker_flags.txt

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion source/c74support/max-includes/max-common.default.xcconfig
Expand Up @@ -15,7 +15,7 @@ ONLY_ACTIVE_ARCH=YES

// The following section sets the Mac SDK version to be used.
// For most projects this has little to no impact because there are no direct dependencies on OS function calls.
// In those projects with OS function calls, it should be okay to use the most recent SDK version because the
// In those projects with OS function calls, it should be okay to use the most recent SDK version because the
// MACOSX_DEPLOYMENT_TARGET will disable functionality that is unavailable in the older target OS.
// For this reason, the SDKROOT variable is commented out, telling Xcode to use the default (which is the most recent SDK).
//
Expand All @@ -34,6 +34,8 @@ GCC_VERSION = com.apple.compilers.llvm.clang.1_0
//SYSBUILD_BRANCH = master
SYSBUILD = $(SRCROOT)/../../../sysbuild$(SYSBUILD_BRANCH)_$(ARCHS)

CLANG_LINK_OBJC_RUNTIME = NO

C74_FRAMEWORK_PATH_SUFFIX[arch=i386] =
C74_FRAMEWORK_PATH_SUFFIX[arch=x86_64] = x64
C74_FRAMEWORK_PATH_SUFFIX[arch="i386 x86_64"] = x64
Expand Down
4 changes: 3 additions & 1 deletion source/c74support/max-includes/max-common.xcconfig
Expand Up @@ -15,7 +15,7 @@ ONLY_ACTIVE_ARCH=YES

// The following section sets the Mac SDK version to be used.
// For most projects this has little to no impact because there are no direct dependencies on OS function calls.
// In those projects with OS function calls, it should be okay to use the most recent SDK version because the
// In those projects with OS function calls, it should be okay to use the most recent SDK version because the
// MACOSX_DEPLOYMENT_TARGET will disable functionality that is unavailable in the older target OS.
// For this reason, the SDKROOT variable is commented out, telling Xcode to use the default (which is the most recent SDK).
//
Expand All @@ -34,6 +34,8 @@ GCC_VERSION = com.apple.compilers.llvm.clang.1_0
//SYSBUILD_BRANCH = master
SYSBUILD = $(SRCROOT)/../../../sysbuild$(SYSBUILD_BRANCH)_$(ARCHS)

CLANG_LINK_OBJC_RUNTIME = NO

C74_FRAMEWORK_PATH_SUFFIX[arch=i386] =
C74_FRAMEWORK_PATH_SUFFIX[arch=x86_64] = x64
C74_FRAMEWORK_PATH_SUFFIX[arch="i386 x86_64"] = x64
Expand Down
Binary file not shown.
Expand Up @@ -25,16 +25,16 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>7B91b</string>
<string>7B1005</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>15A278</string>
<key>DTSDKName</key>
<string>macosx10.11</string>
<key>DTXcode</key>
<string>0710</string>
<string>0711</string>
<key>DTXcodeBuild</key>
<string>7B91b</string>
<string>7B1005</string>
</dict>
</plist>

0 comments on commit f66b9d1

Please sign in to comment.