Changeset 11592


Ignore:
Timestamp:
Dec 24, 2010, 2:18:39 PM (12 years ago)
Author:
livings124
Message:

remove some libevent header search paths

File:
1 edited

Legend:

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

    r11580 r11592  
    24952495                                HEADER_SEARCH_PATHS = (
    24962496                                        "$(inherited)",
     2497                                        "third-party",
    24972498                                        "third-party/libevent/include",
    2498                                         "third-party/libevent",
    2499                                         "third-party",
    25002499                                );
    25012500                                LIBRARY_SEARCH_PATHS = (
     
    25742573                                        .,
    25752574                                        "third-party/libevent/include",
    2576                                         "third-party/libevent",
    25772575                                );
    25782576                                OTHER_CFLAGS = "-DHAVE_LIBZ";
     
    26932691                                HEADER_SEARCH_PATHS = (
    26942692                                        "$(inherited)",
     2693                                        "third-party",
    26952694                                        "third-party/libevent/include",
    2696                                         "third-party/libevent",
    2697                                         "third-party",
    26982695                                );
    26992696                                LIBRARY_SEARCH_PATHS = (
     
    29382935                                HEADER_SEARCH_PATHS = (
    29392936                                        "$(inherited)",
     2937                                        "third-party",
    29402938                                        "third-party/libevent/include",
    2941                                         "third-party/libevent",
    2942                                         "third-party",
    29432939                                );
    29442940                                LIBRARY_SEARCH_PATHS = (
     
    29882984                                        .,
    29892985                                        "third-party/libevent/include",
    2990                                         "third-party/libevent",
    29912986                                );
    29922987                                OTHER_CFLAGS = "-DHAVE_LIBZ";
     
    30963091                                        .,
    30973092                                        "third-party/libevent/include",
    3098                                         "third-party/libevent",
    30993093                                );
    31003094                                OTHER_CFLAGS = "-DHAVE_LIBZ";
Note: See TracChangeset for help on using the changeset viewer.