[23858] users/rhwood/Pallet/Pallet.xcodeproj/project.pbxproj

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 11 03:04:54 PDT 2007


Revision: 23858
          http://trac.macosforge.org/projects/macports/changeset/23858
Author:   rhwood at macports.org
Date:     2007-04-11 03:04:53 -0700 (Wed, 11 Apr 2007)

Log Message:
-----------
Do not attempt to compile the MPAgent* code when compiling Pallet.
Add CFLib.c to the Project.

Modified Paths:
--------------
    users/rhwood/Pallet/Pallet.xcodeproj/project.pbxproj

Modified: users/rhwood/Pallet/Pallet.xcodeproj/project.pbxproj
===================================================================
--- users/rhwood/Pallet/Pallet.xcodeproj/project.pbxproj	2007-04-11 09:57:45 UTC (rev 23857)
+++ users/rhwood/Pallet/Pallet.xcodeproj/project.pbxproj	2007-04-11 10:04:53 UTC (rev 23858)
@@ -22,10 +22,7 @@
 		487EB9280B4533CB001B0F72 /* getpath.c in Sources */ = {isa = PBXBuildFile; fileRef = 48BBCE870B41B37F0063A19F /* getpath.c */; };
 		487EB9490B453786001B0F72 /* AuthorizedExecutable.m in Sources */ = {isa = PBXBuildFile; fileRef = 487EB9480B453786001B0F72 /* AuthorizedExecutable.m */; };
 		48ACD7930B4284A400D34B4C /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4854CE0F0B420D8C00950EE4 /* Security.framework */; };
-		48CD130E0BBE6B02002B0D0E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD130A0BBE6B02002B0D0E /* main.m */; };
-		48CD131B0BBE6C24002B0D0E /* MPAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD13150BBE6C24002B0D0E /* MPAgent.m */; };
-		48CD131C0BBE6C24002B0D0E /* MPInterp.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD13180BBE6C24002B0D0E /* MPInterp.m */; };
-		48CD131D0BBE6C24002B0D0E /* MPObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD131A0BBE6C24002B0D0E /* MPObject.m */; };
+		48B63D820BCA40760028248A /* CFLib.c in Sources */ = {isa = PBXBuildFile; fileRef = 48B63D810BCA40760028248A /* CFLib.c */; };
 		48D470190AD6867C00352CE9 /* PortAuthority.m in Sources */ = {isa = PBXBuildFile; fileRef = 48D470180AD6867C00352CE9 /* PortAuthority.m */; };
 		48D470790AD6CFFB00352CE9 /* MPToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 48D470780AD6CFFB00352CE9 /* MPToolbar.m */; };
 		48D470C90AD7256700352CE9 /* Remove.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 48D470C70AD7256600352CE9 /* Remove.tiff */; };
@@ -82,6 +79,7 @@
 		48ACD7D10B42855600D34B4C /* Launcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Launcher.h; sourceTree = "<group>"; };
 		48ACD7D20B42855600D34B4C /* Launcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Launcher.m; sourceTree = "<group>"; };
 		48AFB8B70BA4E20300896AF1 /* Debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Debug.h; sourceTree = "<group>"; };
+		48B63D810BCA40760028248A /* CFLib.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = CFLib.c; sourceTree = "<group>"; };
 		48BBCE7D0B41B2450063A19F /* Launcher.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Launcher.c; sourceTree = "<group>"; };
 		48BBCE870B41B37F0063A19F /* getpath.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = getpath.c; sourceTree = "<group>"; };
 		48CD130A0BBE6B02002B0D0E /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
@@ -197,6 +195,7 @@
 		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
 			isa = PBXGroup;
 			children = (
+				48B63D810BCA40760028248A /* CFLib.c */,
 				48ACD7D10B42855600D34B4C /* Launcher.h */,
 				48AFB8B70BA4E20300896AF1 /* Debug.h */,
 				48ACD7D20B42855600D34B4C /* Launcher.m */,
@@ -355,10 +354,7 @@
 				487EB9490B453786001B0F72 /* AuthorizedExecutable.m in Sources */,
 				483A5E460B57A50900712840 /* MPPortsController.m in Sources */,
 				480062BF0B597D9A005F27E4 /* PAStatusTransformer.m in Sources */,
-				48CD130E0BBE6B02002B0D0E /* main.m in Sources */,
-				48CD131B0BBE6C24002B0D0E /* MPAgent.m in Sources */,
-				48CD131C0BBE6C24002B0D0E /* MPInterp.m in Sources */,
-				48CD131D0BBE6C24002B0D0E /* MPObject.m in Sources */,
+				48B63D820BCA40760028248A /* CFLib.c in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070411/7538bc25/attachment.html


More information about the macports-changes mailing list