summaryrefslogtreecommitdiff
path: root/ide/XCode3/FLTK.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-05-14 09:34:32 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-05-14 09:34:32 +0000
commit55bbecd4e06740d6c977ac3dcee70892f0c27bb5 (patch)
tree437725fa0025d106bb4095f27b5ad0d3f328f719 /ide/XCode3/FLTK.xcodeproj/project.pbxproj
parent5e5ae29c607a8a6391ab5bae2f201dd9e250069d (diff)
XCode: Changed 'Adjuster' to use fltk as an embedded framework (which may break all other executables at this point!). Embedding corresponds to statically linking and will be an option for fltk within XCode.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6128 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/XCode3/FLTK.xcodeproj/project.pbxproj')
-rw-r--r--ide/XCode3/FLTK.xcodeproj/project.pbxproj19
1 files changed, 17 insertions, 2 deletions
diff --git a/ide/XCode3/FLTK.xcodeproj/project.pbxproj b/ide/XCode3/FLTK.xcodeproj/project.pbxproj
index d5ccea7f4..4a46d1916 100644
--- a/ide/XCode3/FLTK.xcodeproj/project.pbxproj
+++ b/ide/XCode3/FLTK.xcodeproj/project.pbxproj
@@ -140,6 +140,7 @@
C918E1D30DDA132A00167E99 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9A3E9510DD6336500486E4F /* fltk.framework */; };
C918E1DB0DDA133400167E99 /* valuators.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C918E1DA0DDA133400167E99 /* valuators.cxx */; };
C93F25300DDA257B0017EE72 /* fluid.icns in Resources */ = {isa = PBXBuildFile; fileRef = C93F252F0DDA257B0017EE72 /* fluid.icns */; };
+ C969E9A00DDAE446003BCABC /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = C9A3E9510DD6336500486E4F /* fltk.framework */; };
C97741930DD9D1BD0047C1BF /* cursor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C97741920DD9D1BD0047C1BF /* cursor.cxx */; };
C977419A0DD9D1C90047C1BF /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9A3E9510DD6336500486E4F /* fltk.framework */; };
C97741E80DD9D2ED0047C1BF /* curve.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C97741E70DD9D2ED0047C1BF /* curve.cxx */; };
@@ -1806,6 +1807,19 @@
};
/* End PBXContainerItemProxy section */
+/* Begin PBXCopyFilesBuildPhase section */
+ C9E8C6490DDAE3E200F5B0CF /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 10;
+ files = (
+ C969E9A00DDAE446003BCABC /* fltk.framework in CopyFiles */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
/* Begin PBXFileReference section */
C918DB370DD9EE4100167E99 /* editor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = editor.app; sourceTree = BUILT_PRODUCTS_DIR; };
C918DB390DD9EE4100167E99 /* editor-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "editor-Info.plist"; path = "plists/editor-Info.plist"; sourceTree = "<group>"; };
@@ -4648,6 +4662,7 @@
C9A3EC9F0DD63A5200486E4F /* Resources */,
C9A3ECA00DD63A5200486E4F /* Sources */,
C9A3ECA10DD63A5200486E4F /* Frameworks */,
+ C9E8C6490DDAE3E200F5B0CF /* CopyFiles */,
);
buildRules = (
);
@@ -9491,7 +9506,7 @@
../../,
);
INFOPLIST_FILE = "plists/fltk-Info.plist";
- INSTALL_PATH = "$(HOME)/Library/Frameworks";
+ INSTALL_PATH = "@executable_path/../Frameworks";
OTHER_LDFLAGS = (
"-framework",
Carbon,
@@ -9522,7 +9537,7 @@
../../,
);
INFOPLIST_FILE = "plists/fltk-Info.plist";
- INSTALL_PATH = "$(HOME)/Library/Frameworks";
+ INSTALL_PATH = "@executable_path/../Frameworks";
OTHER_LDFLAGS = (
"-framework",
Carbon,