Changeset 9332
- Timestamp:
- Oct 19, 2009, 7:40:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r9270 r9332 8 8 9 9 /* Begin PBXBuildFile section */ 10 002C9EE60C19CD2500C2F6F4 /* fastresume.c in Sources */ = {isa = PBXBuildFile; fileRef = 002C9EE50C19CD2500C2F6F4 /* fastresume.c */; };11 10 0A6169A70FE5C9A200C66CE6 /* bitfield.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A6169A50FE5C9A200C66CE6 /* bitfield.c */; }; 12 11 0A6169A80FE5C9A200C66CE6 /* bitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A6169A60FE5C9A200C66CE6 /* bitfield.h */; }; … … 299 298 BEFC1E520C07861A00B0BB3C /* fdlimit.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E190C07861A00B0BB3C /* fdlimit.h */; }; 300 299 BEFC1E530C07861A00B0BB3C /* fdlimit.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1E1A0C07861A00B0BB3C /* fdlimit.c */; }; 301 BEFC1E540C07861A00B0BB3C /* fastresume.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E1B0C07861A00B0BB3C /* fastresume.h */; };302 300 BEFC1E550C07861A00B0BB3C /* completion.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1E1C0C07861A00B0BB3C /* completion.h */; }; 303 301 BEFC1E560C07861A00B0BB3C /* completion.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1E1D0C07861A00B0BB3C /* completion.c */; }; … … 392 390 393 391 /* Begin PBXFileReference section */ 394 002C9EE50C19CD2500C2F6F4 /* fastresume.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fastresume.c; path = libtransmission/fastresume.c; sourceTree = "<group>"; };395 392 0A6169A50FE5C9A200C66CE6 /* bitfield.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bitfield.c; path = libtransmission/bitfield.c; sourceTree = "<group>"; }; 396 393 0A6169A60FE5C9A200C66CE6 /* bitfield.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bitfield.h; path = libtransmission/bitfield.h; sourceTree = "<group>"; }; … … 798 795 BEFC1E190C07861A00B0BB3C /* fdlimit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fdlimit.h; path = libtransmission/fdlimit.h; sourceTree = "<group>"; }; 799 796 BEFC1E1A0C07861A00B0BB3C /* fdlimit.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fdlimit.c; path = libtransmission/fdlimit.c; sourceTree = "<group>"; }; 800 BEFC1E1B0C07861A00B0BB3C /* fastresume.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fastresume.h; path = libtransmission/fastresume.h; sourceTree = "<group>"; };801 797 BEFC1E1C0C07861A00B0BB3C /* completion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = completion.h; path = libtransmission/completion.h; sourceTree = "<group>"; }; 802 798 BEFC1E1D0C07861A00B0BB3C /* completion.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = completion.c; path = libtransmission/completion.c; sourceTree = "<group>"; }; … … 1174 1170 A2BE9C4E0C1E4ADA002D16E6 /* makemeta.c */, 1175 1171 A2BE9C4F0C1E4ADA002D16E6 /* makemeta.h */, 1176 002C9EE50C19CD2500C2F6F4 /* fastresume.c */,1177 1172 BEFC1DF00C07861A00B0BB3C /* version.h */, 1178 1173 BEFC1DF10C07861A00B0BB3C /* utils.h */, … … 1207 1202 BEFC1E190C07861A00B0BB3C /* fdlimit.h */, 1208 1203 BEFC1E1A0C07861A00B0BB3C /* fdlimit.c */, 1209 BEFC1E1B0C07861A00B0BB3C /* fastresume.h */,1210 1204 BEFC1E1C0C07861A00B0BB3C /* completion.h */, 1211 1205 BEFC1E1D0C07861A00B0BB3C /* completion.c */, … … 1448 1442 BEFC1E4E0C07861A00B0BB3C /* inout.h in Headers */, 1449 1443 BEFC1E520C07861A00B0BB3C /* fdlimit.h in Headers */, 1450 BEFC1E540C07861A00B0BB3C /* fastresume.h in Headers */,1451 1444 BEFC1E550C07861A00B0BB3C /* completion.h in Headers */, 1452 1445 BEFC1E570C07861A00B0BB3C /* clients.h in Headers */, … … 1906 1899 BEFC1E580C07861A00B0BB3C /* clients.c in Sources */, 1907 1900 BEFC1E5D0C07861A00B0BB3C /* bencode.c in Sources */, 1908 002C9EE60C19CD2500C2F6F4 /* fastresume.c in Sources */,1909 1901 A2BE9C520C1E4AF5002D16E6 /* makemeta.c in Sources */, 1910 1902 D4AF3B2F0C41F7A500D46B6B /* list.c in Sources */,
Note: See TracChangeset
for help on using the changeset viewer.