Changeset 12004


Ignore:
Timestamp:
Feb 21, 2011, 1:42:17 AM (12 years ago)
Author:
livings124
Message:

Mac build compiles with r12003

File:
1 edited

Legend:

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

    r11993 r12004  
    283283                A2E57B9C13109DC200A7DAB1 /* FilterBar.xib in Resources */ = {isa = PBXBuildFile; fileRef = A2E57B9B13109DC200A7DAB1 /* FilterBar.xib */; };
    284284                A2E57BA713109E6B00A7DAB1 /* FilterBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = A2E57BA613109E6B00A7DAB1 /* FilterBarController.m */; };
     285                A2E57DFE1311FA6200A7DAB1 /* bitset.c in Sources */ = {isa = PBXBuildFile; fileRef = A2E57DFC1311FA6200A7DAB1 /* bitset.c */; };
     286                A2E57DFF1311FA6200A7DAB1 /* bitset.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E57DFD1311FA6200A7DAB1 /* bitset.h */; };
    285287                A2E669790F5B8E5A00B4251A /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2E669780F5B8E5A00B4251A /* Security.framework */; };
    286288                A2E9AA760C249AF400085DCF /* ToolbarCreateTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = A2E9AA750C249AF400085DCF /* ToolbarCreateTemplate.png */; };
     
    869871                A2E57BA513109E6B00A7DAB1 /* FilterBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FilterBarController.h; path = macosx/FilterBarController.h; sourceTree = "<group>"; };
    870872                A2E57BA613109E6B00A7DAB1 /* FilterBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FilterBarController.m; path = macosx/FilterBarController.m; sourceTree = "<group>"; };
     873                A2E57DFC1311FA6200A7DAB1 /* bitset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bitset.c; path = libtransmission/bitset.c; sourceTree = "<group>"; };
     874                A2E57DFD1311FA6200A7DAB1 /* bitset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bitset.h; path = libtransmission/bitset.h; sourceTree = "<group>"; };
    871875                A2E669780F5B8E5A00B4251A /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
    872876                A2E9AA750C249AF400085DCF /* ToolbarCreateTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ToolbarCreateTemplate.png; path = macosx/Images/ToolbarCreateTemplate.png; sourceTree = "<group>"; };
     
    13191323                                0A6169A50FE5C9A200C66CE6 /* bitfield.c */,
    13201324                                0A6169A60FE5C9A200C66CE6 /* bitfield.h */,
     1325                                A2E57DFC1311FA6200A7DAB1 /* bitset.c */,
     1326                                A2E57DFD1311FA6200A7DAB1 /* bitset.h */,
    13211327                                A22CFCA60FC24ED80009BD3E /* tr-dht.c */,
    13221328                                A22CFCA70FC24ED80009BD3E /* tr-dht.h */,
     
    17031709                                A284214512DA663E00FBDDBB /* tr-udp.h in Headers */,
    17041710                                A2679295130E00A000CB7464 /* tr-utp.h in Headers */,
     1711                                A2E57DFF1311FA6200A7DAB1 /* bitset.h in Headers */,
    17051712                        );
    17061713                        runOnlyForDeploymentPostprocessing = 0;
     
    22062213                                A284214412DA663E00FBDDBB /* tr-udp.c in Sources */,
    22072214                                A2679294130E00A000CB7464 /* tr-utp.c in Sources */,
     2215                                A2E57DFE1311FA6200A7DAB1 /* bitset.c in Sources */,
    22082216                        );
    22092217                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.