Changeset 6075


Ignore:
Timestamp:
Jun 7, 2008, 10:42:09 PM (15 years ago)
Author:
livings124
Message:

mac build compiles again

File:
1 edited

Legend:

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

    r6064 r6075  
    145145                A2725D5D0DE7507C003445E7 /* TrackerTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = A2725D5C0DE7507C003445E7 /* TrackerTableView.m */; };
    146146                A277DA0B0C693D9C00DA2CD4 /* ActionOn.png in Resources */ = {isa = PBXBuildFile; fileRef = A277DA090C693D9C00DA2CD4 /* ActionOn.png */; };
     147                A292A6E80DFB45FC004B9C0A /* webseed.c in Sources */ = {isa = PBXBuildFile; fileRef = A292A6E50DFB45EC004B9C0A /* webseed.c */; };
    147148                A29576030D11D63C0093B167 /* Creator.xib in Resources */ = {isa = PBXBuildFile; fileRef = A29576010D11D63C0093B167 /* Creator.xib */; };
    148149                A29576130D11D8DD0093B167 /* InfoWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = A29576110D11D8DD0093B167 /* InfoWindow.xib */; };
     
    584585                A28AFE0B0DA1C47A00673957 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = zh_TW; path = macosx/zh_TW.lproj/PrefsWindow.xib; sourceTree = "<group>"; };
    585586                A28E1DDF0CFFD8EC00E16385 /* ButtonToolbarItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ButtonToolbarItem.h; path = macosx/ButtonToolbarItem.h; sourceTree = "<group>"; };
     587                A292A6E40DFB45E5004B9C0A /* peer-common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "peer-common.h"; path = "libtransmission/peer-common.h"; sourceTree = "<group>"; };
     588                A292A6E50DFB45EC004B9C0A /* webseed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = webseed.c; path = libtransmission/webseed.c; sourceTree = "<group>"; };
     589                A292A6E60DFB45EC004B9C0A /* webseed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = webseed.h; path = libtransmission/webseed.h; sourceTree = "<group>"; };
    586590                A29576020D11D63C0093B167 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = macosx/English.lproj/Creator.xib; sourceTree = "<group>"; };
    587591                A29576120D11D8DD0093B167 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = macosx/English.lproj/InfoWindow.xib; sourceTree = "<group>"; };
     
    954958                        isa = PBXGroup;
    955959                        children = (
    956                                 BEFC1C0B0C07754700B0BB3C /* daemon */,
     960                                4DDBB70A09E16B3200284745 /* GUI */,
    957961                                4D1838DC09DEC04A0047D688 /* libtransmission */,
    958962                                4DDBB71F09E16BFE00284745 /* CLI */,
    959                                 4DDBB70A09E16B3200284745 /* GUI */,
     963                                BEFC1C0B0C07754700B0BB3C /* daemon */,
    960964                                4DDBB71509E16B3F00284745 /* Libraries */,
    961965                                BE75C3570C72A0D600DBEFE0 /* libevent */,
     
    11131117                                4D36BA6A0CA2F00800A63CA5 /* peer-msgs.c */,
    11141118                                4D36BA6B0CA2F00800A63CA5 /* peer-msgs.h */,
     1119                                A292A6E40DFB45E5004B9C0A /* peer-common.h */,
     1120                                A292A6E50DFB45EC004B9C0A /* webseed.c */,
     1121                                A292A6E60DFB45EC004B9C0A /* webseed.h */,
    11151122                                4D36BA6C0CA2F00800A63CA5 /* ptrarray.h */,
    11161123                                4D36BA6D0CA2F00800A63CA5 /* publish.h */,
     
    16801687                        targets = (
    16811688                                8D1107260486CEB800E47090 /* Transmission */,
     1689                                4D18389609DEC0030047D688 /* libtransmission */,
    16821690                                4DDBB71809E16BAE00284745 /* transmissioncli */,
    1683                                 4D18389609DEC0030047D688 /* libtransmission */,
    16841691                                BEFC1BFF0C07750000B0BB3C /* transmission-daemon */,
    16851692                                BEFC1CEA0C07822400B0BB3C /* transmission-remote */,
     
    18821889                                A2A4EA0E0DE106EB000CE197 /* ConvertUTF.c in Sources */,
    18831890                                A2DF58580DE4B2B0000795D5 /* JSON_parser.c in Sources */,
     1891                                A292A6E80DFB45FC004B9C0A /* webseed.c in Sources */,
    18841892                        );
    18851893                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.