From afcf581fb06920c415ca9d1c23cdfb235274d323 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Fri, 14 Oct 2011 17:27:55 +0000 Subject: OSX: commit the needed steps for compiling with gcc 4.6.1 and OMP_NUM_THREADS env variable setting --- source/darwin/blender.app/Contents/Info.plist | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'source/darwin') diff --git a/source/darwin/blender.app/Contents/Info.plist b/source/darwin/blender.app/Contents/Info.plist index 23941d91075..a25c629ce68 100644 --- a/source/darwin/blender.app/Contents/Info.plist +++ b/source/darwin/blender.app/Contents/Info.plist @@ -1,33 +1,27 @@ - - + + CFBundleInfoDictionaryVersion 6.0 - CFBundleExecutable blender - CFBundlePackageType APPL CFBundleSignature ???? - CFBundleIconFile blender icon.icns - CFBundleName Blender CFBundleIdentifier org.blenderfoundation.blender - CFBundleVersion ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} CFBundleGetInfoString ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation - CFBundleDocumentTypes @@ -46,8 +40,13 @@ CFBundleTypeRole Editor LSIsAppleDefaultForType - + + LSEnvironment + + OMP_NUM_THREADS + 2 + -- cgit v1.2.3