Changeset 7466


Ignore:
Timestamp:
Dec 22, 2008, 12:36:50 PM (14 years ago)
Author:
livings124
Message:

(1.4x) mac build compiles

Location:
branches/1.4x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4x/Transmission.xcodeproj/project.pbxproj

    r7176 r7466  
    126126                A259317E0A73B2CC002F4FE7 /* TransmissionHelp in Resources */ = {isa = PBXBuildFile; fileRef = A259316A0A73B2CC002F4FE7 /* TransmissionHelp */; };
    127127                A25AFDE90D1038AD0092A1BA /* MenuLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = A25AFDE80D1038AD0092A1BA /* MenuLabel.m */; };
    128                 A25B400A0EDCB1B8005DD3F6 /* iobuf.c in Sources */ = {isa = PBXBuildFile; fileRef = A25B40080EDCB1B8005DD3F6 /* iobuf.c */; };
    129                 A25B400B0EDCB1B8005DD3F6 /* iobuf.h in Headers */ = {isa = PBXBuildFile; fileRef = A25B40090EDCB1B8005DD3F6 /* iobuf.h */; };
    130128                A25D2CBD0CF4C73E0096A262 /* stats.c in Sources */ = {isa = PBXBuildFile; fileRef = A25D2CBB0CF4C7190096A262 /* stats.c */; };
    131129                A25D2CBE0CF4C73E0096A262 /* stats.h in Headers */ = {isa = PBXBuildFile; fileRef = A25D2CBA0CF4C7190096A262 /* stats.h */; };
     
    529527                A25AFDE70D1038AD0092A1BA /* MenuLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MenuLabel.h; path = macosx/MenuLabel.h; sourceTree = "<group>"; };
    530528                A25AFDE80D1038AD0092A1BA /* MenuLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MenuLabel.m; path = macosx/MenuLabel.m; sourceTree = "<group>"; };
    531                 A25B40080EDCB1B8005DD3F6 /* iobuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = iobuf.c; path = libtransmission/iobuf.c; sourceTree = "<group>"; };
    532                 A25B40090EDCB1B8005DD3F6 /* iobuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iobuf.h; path = libtransmission/iobuf.h; sourceTree = "<group>"; };
    533529                A25D2CBA0CF4C7190096A262 /* stats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stats.h; path = libtransmission/stats.h; sourceTree = "<group>"; };
    534530                A25D2CBB0CF4C7190096A262 /* stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stats.c; path = libtransmission/stats.c; sourceTree = "<group>"; };
     
    11291125                                4D36BA630CA2F00800A63CA5 /* handshake.c */,
    11301126                                4D36BA640CA2F00800A63CA5 /* handshake.h */,
    1131                                 A25B40080EDCB1B8005DD3F6 /* iobuf.c */,
    1132                                 A25B40090EDCB1B8005DD3F6 /* iobuf.h */,
    11331127                                4D36BA650CA2F00800A63CA5 /* peer-io.c */,
    11341128                                4D36BA660CA2F00800A63CA5 /* peer-io.h */,
     
    14421436                                A25E03E20E4015380086C225 /* tr-getopt.h in Headers */,
    14431437                                A21FBBAB0EDA78C300BC3C51 /* bandwidth.h in Headers */,
    1444                                 A25B400B0EDCB1B8005DD3F6 /* iobuf.h in Headers */,
    14451438                        );
    14461439                        runOnlyForDeploymentPostprocessing = 0;
     
    18561849                                4DB74F080E8CD75100AEB1A8 /* wildmat.c in Sources */,
    18571850                                A21FBBAC0EDA78C300BC3C51 /* bandwidth.c in Sources */,
    1858                                 A25B400A0EDCB1B8005DD3F6 /* iobuf.c in Sources */,
    18591851                        );
    18601852                        runOnlyForDeploymentPostprocessing = 0;
  • branches/1.4x/macosx/version.sh

    r7455 r7466  
    99# these should be the only two lines you need to change
    1010PEERID_PREFIX="-TR141X-"
    11 USERAGENT_PREFIX="1.41b4"
     11USERAGENT_PREFIX="1.41b5"
    1212
    1313SVN_REVISION=`find ./libtransmission -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
Note: See TracChangeset for help on using the changeset viewer.