Changeset 3901 for branches/0.9x/Transmission.xcodeproj/project.pbxproj
- Timestamp:
- Nov 20, 2007, 4:35:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/Transmission.xcodeproj/project.pbxproj
r3654 r3901 154 154 A2FB057F0BFEB6800095564D /* DragOverlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = A2FB057D0BFEB6800095564D /* DragOverlayView.m */; }; 155 155 A2FE620C0CD3D19400D683E1 /* InfoTabBackGraphite.png in Resources */ = {isa = PBXBuildFile; fileRef = A2FE620B0CD3D19400D683E1 /* InfoTabBackGraphite.png */; }; 156 BE1958A20CF2971F00F028EC /* event-config.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1958A00CF2971F00F028EC /* event-config.h */; }; 157 BE1958A30CF2971F00F028EC /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1958A10CF2971F00F028EC /* config.h */; }; 156 158 BE75C3650C72A0EF00DBEFE0 /* kqueue.c in Sources */ = {isa = PBXBuildFile; fileRef = BE75C3580C72A0EF00DBEFE0 /* kqueue.c */; }; 157 159 BE75C3660C72A0EF00DBEFE0 /* signal.c in Sources */ = {isa = PBXBuildFile; fileRef = BE75C3590C72A0EF00DBEFE0 /* signal.c */; }; … … 538 540 A2FB06950BFF484A0095564D /* Globe.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Globe.png; path = macosx/Images/Globe.png; sourceTree = "<group>"; }; 539 541 A2FE620B0CD3D19400D683E1 /* InfoTabBackGraphite.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoTabBackGraphite.png; path = macosx/Images/InfoTabBackGraphite.png; sourceTree = "<group>"; }; 542 BE1958A00CF2971F00F028EC /* event-config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "event-config.h"; path = "third-party/libevent/event-config.h"; sourceTree = "<group>"; }; 543 BE1958A10CF2971F00F028EC /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = "third-party/libevent/config.h"; sourceTree = "<group>"; }; 540 544 BE75C3490C729E9500DBEFE0 /* libevent.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libevent.a; sourceTree = BUILT_PRODUCTS_DIR; }; 541 545 BE75C3580C72A0EF00DBEFE0 /* kqueue.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = kqueue.c; path = "third-party/libevent/kqueue.c"; sourceTree = "<group>"; }; … … 990 994 isa = PBXGroup; 991 995 children = ( 996 BE1958A00CF2971F00F028EC /* event-config.h */, 997 BE1958A10CF2971F00F028EC /* config.h */, 992 998 A2BC19DF0CA9D82300DD302A /* evutil.h */, 993 999 4D36BBC80CA309AA00A63CA5 /* evutil.c */, … … 1152 1158 buildActionMask = 2147483647; 1153 1159 files = ( 1160 BE1958A20CF2971F00F028EC /* event-config.h in Headers */, 1161 BE1958A30CF2971F00F028EC /* config.h in Headers */, 1154 1162 ); 1155 1163 runOnlyForDeploymentPostprocessing = 0; … … 1442 1450 runOnlyForDeploymentPostprocessing = 0; 1443 1451 shellPath = /bin/bash; 1444 shellScript = "if [ ! -e ./third-party/libevent/config.h -a ! ./third-party/macosx-libevent-config.h -ef ./third-party/libevent/config.h ]; then ln -s ../macosx-libevent-config.h ./third-party/libevent/config.h; fi ";1452 shellScript = "if [ ! -e ./third-party/libevent/config.h -a ! ./third-party/macosx-libevent-config.h -ef ./third-party/libevent/config.h ]; then ln -s ../macosx-libevent-config.h ./third-party/libevent/config.h; fi\n\nif [ ! -e ./third-party/libevent/event-config.h -a ! ./third-party/macosx-libevent-event-config.h -ef ./third-party/libevent/event-config.h ]; then ln -s ../macosx-libevent-event-config.h ./third-party/libevent/event-config.h; fi"; 1445 1453 }; 1446 1454 /* End PBXShellScriptBuildPhase section */
Note: See TracChangeset
for help on using the changeset viewer.