|
From: <cre...@us...> - 2006-10-22 18:32:17
|
Revision: 1573
http://svn.sourceforge.net/frontierkernel/?rev=1573&view=rev
Author: creecode
Date: 2006-10-22 11:32:11 -0700 (Sun, 22 Oct 2006)
Log Message:
-----------
ported r1556:1572 from trunk.
Modified Paths:
--------------
Frontier/branches/FSRef_Migration/build_Xcode/Frontier.xcodeproj/project.pbxproj
Modified: Frontier/branches/FSRef_Migration/build_Xcode/Frontier.xcodeproj/project.pbxproj
===================================================================
--- Frontier/branches/FSRef_Migration/build_Xcode/Frontier.xcodeproj/project.pbxproj 2006-10-19 18:26:30 UTC (rev 1572)
+++ Frontier/branches/FSRef_Migration/build_Xcode/Frontier.xcodeproj/project.pbxproj 2006-10-22 18:32:11 UTC (rev 1573)
@@ -257,7 +257,6 @@
65059A1E09968C1400410571 /* chartables.c in Headers */ = {isa = PBXBuildFile; fileRef = 65152918072BFF8800411831 /* chartables.c */; };
65059A1F09968C1400410571 /* config.r in Headers */ = {isa = PBXBuildFile; fileRef = 6515291A072BFF8A00411831 /* config.r */; };
65059A2009968C1400410571 /* osincludes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6515291E072BFF8D00411831 /* osincludes.h */; };
- 65059A2109968C1400410571 /* macconv.h in Headers */ = {isa = PBXBuildFile; fileRef = 65152922072BFFCF00411831 /* macconv.h */; };
65059A2209968C1400410571 /* stringdefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 65152924072BFFD200411831 /* stringdefs.h */; };
65059A2309968C1400410571 /* Optimization.h in Headers */ = {isa = PBXBuildFile; fileRef = 65152926072BFFD600411831 /* Optimization.h */; };
65059A2409968C1400410571 /* OptimizationEnd.h in Headers */ = {isa = PBXBuildFile; fileRef = 65152928072BFFDA00411831 /* OptimizationEnd.h */; };
@@ -1001,7 +1000,6 @@
65152919072BFF8800411831 /* chartables.c in Headers */ = {isa = PBXBuildFile; fileRef = 65152918072BFF8800411831 /* chartables.c */; };
6515291B072BFF8A00411831 /* config.r in Headers */ = {isa = PBXBuildFile; fileRef = 6515291A072BFF8A00411831 /* config.r */; };
6515291F072BFF8D00411831 /* osincludes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6515291E072BFF8D00411831 /* osincludes.h */; };
- 65152923072BFFCF00411831 /* macconv.h in Headers */ = {isa = PBXBuildFile; fileRef = 65152922072BFFCF00411831 /* macconv.h */; };
65152925072BFFD200411831 /* stringdefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 65152924072BFFD200411831 /* stringdefs.h */; };
65152927072BFFD600411831 /* Optimization.h in Headers */ = {isa = PBXBuildFile; fileRef = 65152926072BFFD600411831 /* Optimization.h */; };
65152929072BFFDA00411831 /* OptimizationEnd.h in Headers */ = {isa = PBXBuildFile; fileRef = 65152928072BFFDA00411831 /* OptimizationEnd.h */; };
@@ -1860,6 +1858,7 @@
isa = PBXGroup;
children = (
65123A8509D9C173005AB449 /* kernelverbs.rc */,
+ 65152922072BFFCF00411831 /* macconv.h */,
65123A8209D9C14C005AB449 /* megastubs.c */,
65123A8609D9C173005AB449 /* WinLand.rc */,
);
@@ -2511,7 +2510,6 @@
651528D6072BFF2700411831 /* langxml.h */,
651527D4072BFE3000411831 /* launch.h */,
6515280E072BFE5E00411831 /* mac.h */,
- 65152922072BFFCF00411831 /* macconv.h */,
65152910072BFF7A00411831 /* MACHINE.H */,
651528A0072BFEED00411831 /* md5.h */,
651527D0072BFE2C00411831 /* memory.h */,
@@ -2828,7 +2826,6 @@
65059A1E09968C1400410571 /* chartables.c in Headers */,
65059A1F09968C1400410571 /* config.r in Headers */,
65059A2009968C1400410571 /* osincludes.h in Headers */,
- 65059A2109968C1400410571 /* macconv.h in Headers */,
65059A2209968C1400410571 /* stringdefs.h in Headers */,
65059A2309968C1400410571 /* Optimization.h in Headers */,
65059A2409968C1400410571 /* OptimizationEnd.h in Headers */,
@@ -3055,7 +3052,6 @@
65152919072BFF8800411831 /* chartables.c in Headers */,
6515291B072BFF8A00411831 /* config.r in Headers */,
6515291F072BFF8D00411831 /* osincludes.h in Headers */,
- 65152923072BFFCF00411831 /* macconv.h in Headers */,
65152925072BFFD200411831 /* stringdefs.h in Headers */,
65152927072BFFD600411831 /* Optimization.h in Headers */,
65152929072BFFDA00411831 /* OptimizationEnd.h in Headers */,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|