Changeset 3756


Ignore:
Timestamp:
Nov 8, 2007, 4:12:56 AM (15 years ago)
Author:
livings124
Message:

update project for last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Transmission.xcodeproj/project.pbxproj

    r3754 r3756  
    213213                BEFC1E310C07861A00B0BB3C /* tracker.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1DF80C07861A00B0BB3C /* tracker.c */; };
    214214                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 */; };
    217215                BEFC1E350C07861A00B0BB3C /* shared.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC1DFC0C07861A00B0BB3C /* shared.h */; };
    218216                BEFC1E360C07861A00B0BB3C /* shared.c in Sources */ = {isa = PBXBuildFile; fileRef = BEFC1DFD0C07861A00B0BB3C /* shared.c */; };
     
    602600                BEFC1DF80C07861A00B0BB3C /* tracker.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = tracker.c; path = libtransmission/tracker.c; sourceTree = "<group>"; };
    603601                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>"; };
    606602                BEFC1DFC0C07861A00B0BB3C /* shared.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = shared.h; path = libtransmission/shared.h; sourceTree = "<group>"; };
    607603                BEFC1DFD0C07861A00B0BB3C /* shared.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = shared.c; path = libtransmission/shared.c; sourceTree = "<group>"; };
     
    930926                                BEFC1DF80C07861A00B0BB3C /* tracker.c */,
    931927                                BEFC1DF90C07861A00B0BB3C /* torrent.c */,
    932                                 BEFC1DFA0C07861A00B0BB3C /* strlcpy.c */,
    933                                 BEFC1DFB0C07861A00B0BB3C /* strlcat.c */,
    934928                                BEFC1DFC0C07861A00B0BB3C /* shared.h */,
    935929                                BEFC1DFD0C07861A00B0BB3C /* shared.c */,
     
    15291523                                BEFC1E310C07861A00B0BB3C /* tracker.c in Sources */,
    15301524                                BEFC1E320C07861A00B0BB3C /* torrent.c in Sources */,
    1531                                 BEFC1E330C07861A00B0BB3C /* strlcpy.c in Sources */,
    1532                                 BEFC1E340C07861A00B0BB3C /* strlcat.c in Sources */,
    15331525                                BEFC1E360C07861A00B0BB3C /* shared.c in Sources */,
    15341526                                BEFC1E3A0C07861A00B0BB3C /* ratecontrol.c in Sources */,
Note: See TracChangeset for help on using the changeset viewer.