diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-09-26 14:00:27 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-09-26 14:00:27 +0000 |
commit | 520a243c297175386ab31c78c84693a664934a69 (patch) | |
tree | f9ae9f5c22ebd8234446c8ce2cbb3d6eba215df7 /externals/grill/xsample/xsample.xcode/project.pbxproj | |
parent | 4eb1464e5439332693a92ab76776b06d9b0c8700 (diff) |
small fixes
update for new flext callback naming
- made xcode project
- fixed loop record bug
- some small cleanups
svn path=/trunk/; revision=3638
Diffstat (limited to 'externals/grill/xsample/xsample.xcode/project.pbxproj')
-rw-r--r-- | externals/grill/xsample/xsample.xcode/project.pbxproj | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/externals/grill/xsample/xsample.xcode/project.pbxproj b/externals/grill/xsample/xsample.xcode/project.pbxproj index 5027e5a0..bffba804 100644 --- a/externals/grill/xsample/xsample.xcode/project.pbxproj +++ b/externals/grill/xsample/xsample.xcode/project.pbxproj @@ -180,12 +180,13 @@ DYLIB_CURRENT_VERSION = 1; EXECUTABLE_EXTENSION = pd_darwin; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; GCC_PREPROCESSOR_DEFINITIONS = "FLEXT_SYS=2"; - HEADER_SEARCH_PATHS = "$(PD)/src $(Flext)/source"; + HEADER_SEARCH_PATHS = "$(PDApp)/src $(flext)/source"; INSTALL_PATH = "$(PD)/extra"; - LIBRARY_SEARCH_PATHS = "$(Flext)/build"; + LIBRARY_SEARCH_PATHS = "$(flext)/build"; LIBRARY_STYLE = BUNDLE; - OTHER_LDFLAGS = "-bundle_loader $(PD)/bin/pd"; + OTHER_LDFLAGS = "-bundle_loader $(PDApp)/bin/pd"; PRODUCT_NAME = xsample; }; dependencies = ( @@ -222,12 +223,6 @@ refType = 0; sourceTree = "<absolute>"; }; - E94AC9620789EE8700AE1770 = { - fileRef = E94AC9610789EE8700AE1770; - isa = PBXBuildFile; - settings = { - }; - }; E94AC9630789EEA300AE1770 = { isa = PBXFileReference; lastKnownFileType = archive.ar; @@ -425,9 +420,9 @@ E9974E51077083C700206F68 = { buildActionMask = 2147483647; files = ( + E9B5873A08E6F228002DA49F, E9974E5C0770851700206F68, E9974E5B0770851500206F68, - E94AC9620789EE8700AE1770, E98C3078078D948800EC0264, ); isa = PBXFrameworksBuildPhase; @@ -444,10 +439,11 @@ ); buildSettings = { GCC_PREPROCESSOR_DEFINITIONS = "FLEXT_SYS=1"; - HEADER_SEARCH_PATHS = "$(Max SDK)/max-includes $(Max SDK)/msp-includes $(Flext)/source"; + GENERATE_PKGINFO_FILE = YES; + HEADER_SEARCH_PATHS = "$(MaxSDK)/max-includes $(MaxSDK)/msp-includes $(flext)/source"; INFOPLIST_FILE = "source/xsample-Info.plist"; - INSTALL_PATH = "/Library/Application Support/Cycling 74/externals"; - LIBRARY_SEARCH_PATHS = "$(Flext)/build"; + INSTALL_PATH = "/Library/Application Support/Cycling 74/externals/flext"; + LIBRARY_SEARCH_PATHS = "$(flext)/build"; LIBRARY_STYLE = DYNAMIC; OTHER_CFLAGS = ""; OTHER_REZFLAGS = ""; @@ -618,6 +614,12 @@ settings = { }; }; + E9B5873A08E6F228002DA49F = { + fileRef = E94AC9610789EE8700AE1770; + isa = PBXBuildFile; + settings = { + }; + }; }; rootObject = 0867D690FE84028FC02AAC07; } |