Changeset 11592
- Timestamp:
- Dec 24, 2010, 2:18:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r11580 r11592 2495 2495 HEADER_SEARCH_PATHS = ( 2496 2496 "$(inherited)", 2497 "third-party", 2497 2498 "third-party/libevent/include", 2498 "third-party/libevent",2499 "third-party",2500 2499 ); 2501 2500 LIBRARY_SEARCH_PATHS = ( … … 2574 2573 ., 2575 2574 "third-party/libevent/include", 2576 "third-party/libevent",2577 2575 ); 2578 2576 OTHER_CFLAGS = "-DHAVE_LIBZ"; … … 2693 2691 HEADER_SEARCH_PATHS = ( 2694 2692 "$(inherited)", 2693 "third-party", 2695 2694 "third-party/libevent/include", 2696 "third-party/libevent",2697 "third-party",2698 2695 ); 2699 2696 LIBRARY_SEARCH_PATHS = ( … … 2938 2935 HEADER_SEARCH_PATHS = ( 2939 2936 "$(inherited)", 2937 "third-party", 2940 2938 "third-party/libevent/include", 2941 "third-party/libevent",2942 "third-party",2943 2939 ); 2944 2940 LIBRARY_SEARCH_PATHS = ( … … 2988 2984 ., 2989 2985 "third-party/libevent/include", 2990 "third-party/libevent",2991 2986 ); 2992 2987 OTHER_CFLAGS = "-DHAVE_LIBZ"; … … 3096 3091 ., 3097 3092 "third-party/libevent/include", 3098 "third-party/libevent",3099 3093 ); 3100 3094 OTHER_CFLAGS = "-DHAVE_LIBZ";
Note: See TracChangeset
for help on using the changeset viewer.