Skip to content

Commit

Permalink
Replace disis_munger~ with newer munger~ for 264.grains~
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Sep 22, 2015
1 parent 4dad53a commit 29b393c
Show file tree
Hide file tree
Showing 14 changed files with 2,547 additions and 2,768 deletions.
Binary file removed externals/disis_munger~.mxe
Binary file not shown.
26 changes: 0 additions & 26 deletions externals/disis_munger~.mxo/Contents/Info.plist

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion externals/disis_munger~.mxo/Contents/PkgInfo

This file was deleted.

Binary file not shown.
Binary file added externals/munger~.mxe
Binary file not shown.
Binary file added externals/munger~.mxe64
Binary file not shown.
42 changes: 42 additions & 0 deletions externals/munger~.mxo/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>14E46</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>munger~</string>
<key>CFBundleIdentifier</key>
<string>com.cycling74.munger-</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>7.0.1</string>
<key>CFBundleLongVersionString</key>
<string>munger~ 7.0.1, Copyright 2014 Cycling '74</string>
<key>CFBundlePackageType</key>
<string>iLaX</string>
<key>CFBundleShortVersionString</key>
<string>7.0.1</string>
<key>CFBundleSignature</key>
<string>max2</string>
<key>CFBundleVersion</key>
<string>7.0.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>6E35b</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>14D125</string>
<key>DTSDKName</key>
<string>macosx10.10</string>
<key>DTXcode</key>
<string>0640</string>
<key>DTXcodeBuild</key>
<string>6E35b</string>
</dict>
</plist>
Binary file added externals/munger~.mxo/Contents/MacOS/munger~
Binary file not shown.
1 change: 1 addition & 0 deletions externals/munger~.mxo/Contents/PkgInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
iLaXmax2
69 changes: 69 additions & 0 deletions externals/munger~.mxo/Contents/Resources/maxmspsdk.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
// Xcode target configuration settings for the Max 6 SDK
// Used as the basis for Xcode projects to build Max externals.
//
// Changes to the settings in this file will be applied to all SDK examples
// To change settings for only one of the examples, override the settings using
// Xcode's target inspector.
//
// by Timothy Place
// Copyright © 2012, Cycling '74


// Name & Version
PRODUCT_NAME = $(PROJECT_NAME)
PRODUCT_VERSION = 7.0.1
ARCHS = i386 x86_64


// Paths
C74SUPPORT = $(SRCROOT)/../../c74support
HEADER_SEARCH_PATHS = "$(C74SUPPORT)/max-includes" "$(C74SUPPORT)/msp-includes" "$(C74SUPPORT)/jit-includes" "$(SRCROOT)"/../../include
FRAMEWORK_SEARCH_PATHS = "$(C74SUPPORT)/max-includes" "$(C74SUPPORT)/msp-includes" "$(C74SUPPORT)/jit-includes"
DSTROOT = $(SRCROOT)/../../../externals
// (This next path is relative to DSTROOT)
INSTALL_PATH = /


// Special Files
GCC_PREFIX_HEADER = $(C74SUPPORT)/max-includes/macho-prefix.pch
INFOPLIST_FILE = $(SRCROOT)/../../Info.plist


// Architecture and Deployment
ARCHS = i386 x86_64

// 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
// 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).
//
// SDKROOT = macosx10.6

MACOSX_DEPLOYMENT_TARGET = 10.7


// Compiler Version -- leave them all commented out to get the default version provided by Xcode
// GCC_VERSION = com.apple.compilers.llvmgcc42
// GCC_VERSION = com.apple.compilers.llvm.clang.1_0


// Preprocessor Defines
GCC_PREPROCESSOR_DEFINITIONS = "DENORM_WANT_FIX = 1" "NO_TRANSLATION_SUPPORT = 1" "_TIMESPEC = 1" "SETFLOAT = atom_setfloat" "SETLONG = atom_setlong"


// Static Configuration (don't change these)
WRAPPER_EXTENSION = mxo;
WARNING_CFLAGS = -Wmost -Wno-four-char-constants -Wno-unknown-pragmas
DEPLOYMENT_LOCATION = YES
GENERATE_PKGINFO_FILE = YES


// Flags to enforce some build-time checks for the symbols used while not actually performing a hard link
C74_SYM_LINKER_FLAGS = @$(C74SUPPORT)/max-includes/c74_linker_flags.txt


// hide all symbols by default
// mark a function to be exported with the C74_EXPORT macro
// most likely this will only apply to the ext_main() function which we've already prototyped for you
OTHER_CFLAGS = -fvisibility=hidden
Loading

0 comments on commit 29b393c

Please sign in to comment.