Ignore:
Timestamp:
08/21/10 19:30:35 (21 months ago)
Author:
shiretu
Message:

-- work on android apple streaming
-- work on new SSL support

Location:
trunk/builders/netbeans/osx/thelib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/builders/netbeans/osx/thelib

    • Property svn:ignore set to
      .dep.inc
      build

  • trunk/builders/netbeans/osx/thelib/nbproject/configurations.xml

    r77 r87  
    190190          <itemPath>../../../../sources/thelib/include/protocols/rtp/sdp.h</itemPath> 
    191191        </logicalFolder> 
     192        <logicalFolder name="ssl" displayName="ssl" projectFiles="true"> 
     193          <itemPath>../../../../sources/thelib/include/protocols/ssl/basesslprotocol.h</itemPath> 
     194          <itemPath>../../../../sources/thelib/include/protocols/ssl/inboundsslprotocol.h</itemPath> 
     195          <itemPath>../../../../sources/thelib/include/protocols/ssl/outboundsslprotocol.h</itemPath> 
     196        </logicalFolder> 
    192197        <logicalFolder name="timer" displayName="timer" projectFiles="true"> 
    193198          <itemPath>../../../../sources/thelib/include/protocols/timer/basetimerprotocol.h</itemPath> 
     
    217222        <itemPath>../../../../sources/thelib/include/protocols/protocolmanager.h</itemPath> 
    218223        <itemPath>../../../../sources/thelib/include/protocols/protocoltypes.h</itemPath> 
    219         <itemPath>../../../../sources/thelib/include/protocols/sslprotocol.h</itemPath> 
    220224        <itemPath>../../../../sources/thelib/include/protocols/tcpprotocol.h</itemPath> 
    221225        <itemPath>../../../../sources/thelib/include/protocols/udpprotocol.h</itemPath> 
     
    235239        <itemPath>../../../../sources/thelib/include/streaming/streamstypes.h</itemPath> 
    236240      </logicalFolder> 
    237       <itemPath>../../../../sources/thelib/include/thelibglobalcontext.h</itemPath> 
    238241    </logicalFolder> 
    239242    <logicalFolder name="SourceFiles" 
     
    413416          <itemPath>../../../../sources/thelib/src/protocols/rtp/sdp.cpp</itemPath> 
    414417        </logicalFolder> 
     418        <logicalFolder name="ssl" displayName="ssl" projectFiles="true"> 
     419          <itemPath>../../../../sources/thelib/src/protocols/ssl/basesslprotocol.cpp</itemPath> 
     420          <itemPath>../../../../sources/thelib/src/protocols/ssl/inboundsslprotocol.cpp</itemPath> 
     421          <itemPath>../../../../sources/thelib/src/protocols/ssl/outboundsslprotocol.cpp</itemPath> 
     422        </logicalFolder> 
    415423        <logicalFolder name="timer" displayName="timer" projectFiles="true"> 
    416424          <itemPath>../../../../sources/thelib/src/protocols/timer/basetimerprotocol.cpp</itemPath> 
     
    438446        <itemPath>../../../../sources/thelib/src/protocols/protocolfactorymanager.cpp</itemPath> 
    439447        <itemPath>../../../../sources/thelib/src/protocols/protocolmanager.cpp</itemPath> 
    440         <itemPath>../../../../sources/thelib/src/protocols/sslprotocol.cpp</itemPath> 
    441448        <itemPath>../../../../sources/thelib/src/protocols/tcpprotocol.cpp</itemPath> 
    442449        <itemPath>../../../../sources/thelib/src/protocols/udpprotocol.cpp</itemPath> 
Note: See TracChangeset for help on using the changeset viewer.