Changeset 3756
- Timestamp:
- Nov 8, 2007, 4:12:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r3754 r3756 213 213 BEFC1E310C07861A00B0BB3C /* tracker.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1DF80C07861A00B0BB3C /* tracker.c */; }; 214 214 BEFC1E320C07861A00B0BB3C /* torrent.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1DF90C07861A00B0BB3C /* torrent.c */; }; 215 BEFC1E330C07861A00B0BB3C /* strlcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1DFA0C07861A00B0BB3C /* strlcpy.c */; };216 BEFC1E340C07861A00B0BB3C /* strlcat.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1DFB0C07861A00B0BB3C /* strlcat.c */; };217 215 BEFC1E350C07861A00B0BB3C /* shared.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1DFC0C07861A00B0BB3C /* shared.h */; }; 218 216 BEFC1E360C07861A00B0BB3C /* shared.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1DFD0C07861A00B0BB3C /* shared.c */; }; … … 602 600 BEFC1DF80C07861A00B0BB3C /* tracker.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = tracker.c; path = libtransmission/tracker.c; sourceTree = "<group>"; }; 603 601 BEFC1DF90C07861A00B0BB3C /* torrent.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = torrent.c; path = libtransmission/torrent.c; sourceTree = "<group>"; }; 604 BEFC1DFA0C07861A00B0BB3C /* strlcpy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = strlcpy.c; path = libtransmission/strlcpy.c; sourceTree = "<group>"; };605 BEFC1DFB0C07861A00B0BB3C /* strlcat.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = strlcat.c; path = libtransmission/strlcat.c; sourceTree = "<group>"; };606 602 BEFC1DFC0C07861A00B0BB3C /* shared.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = shared.h; path = libtransmission/shared.h; sourceTree = "<group>"; }; 607 603 BEFC1DFD0C07861A00B0BB3C /* shared.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = shared.c; path = libtransmission/shared.c; sourceTree = "<group>"; }; … … 930 926 BEFC1DF80C07861A00B0BB3C /* tracker.c */, 931 927 BEFC1DF90C07861A00B0BB3C /* torrent.c */, 932 BEFC1DFA0C07861A00B0BB3C /* strlcpy.c */,933 BEFC1DFB0C07861A00B0BB3C /* strlcat.c */,934 928 BEFC1DFC0C07861A00B0BB3C /* shared.h */, 935 929 BEFC1DFD0C07861A00B0BB3C /* shared.c */, … … 1529 1523 BEFC1E310C07861A00B0BB3C /* tracker.c in Sources */, 1530 1524 BEFC1E320C07861A00B0BB3C /* torrent.c in Sources */, 1531 BEFC1E330C07861A00B0BB3C /* strlcpy.c in Sources */,1532 BEFC1E340C07861A00B0BB3C /* strlcat.c in Sources */,1533 1525 BEFC1E360C07861A00B0BB3C /* shared.c in Sources */, 1534 1526 BEFC1E3A0C07861A00B0BB3C /* ratecontrol.c in Sources */,
Note: See TracChangeset
for help on using the changeset viewer.