Changeset 6708

Show
Ignore:
Timestamp:
05/20/07 17:23:14
Author:
robert
Message:

Added SOVERSION and VERSION support to Win32 and Sproc builds

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenThreads/trunk/src/OpenThreads/sproc/CMakeLists.txt

    r6584 r6708  
    1919        SprocThreadPrivateData.h 
    2020) 
     21 
     22IF(OPENTHREADS_SONAMES) 
     23  SET_TARGET_PROPERTIES(${LIB_NAME} PROPERTIES VERSION ${OPENTHREADS_VERSION} SOVERSION ${OPENTHREADS_SOVERSION}) 
     24ENDIF(OPENTHREADS_SONAMES) 
    2125 
    2226# Do we need to link against anything for Sproc? 
  • OpenThreads/trunk/src/OpenThreads/win32/CMakeLists.txt

    r6584 r6708  
    2222) 
    2323 
     24 
     25IF(OPENTHREADS_SONAMES) 
     26  SET_TARGET_PROPERTIES(${LIB_NAME} PROPERTIES VERSION ${OPENTHREADS_VERSION} SOVERSION ${OPENTHREADS_SOVERSION}) 
     27ENDIF(OPENTHREADS_SONAMES) 
     28 
    2429# Since we're building different platforms binaries in  
    2530# their respective directories, we need to set the