Changeset 1373

Show
Ignore:
Timestamp:
04/25/08 19:14:19 (7 months ago)
Author:
timdewhirst
Message:

openmedialib
- enable openal plugin build

Location:
trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r1371 r1373  
    7373       set( COMPILER "vc71" ) 
    7474   endif( MSVC71 ) 
    75    if ( CMAKE_BUILD_TYPE STREQUAL "Release" ) 
     75   if ( CMAKE_BUILD_TYPE STREQUAL "Debug" ) 
     76      set( LIBRARY_IDENTIFIER "-${COMPILER}-d-${VERSION_STRING}" ) 
     77   else( CMAKE_BUILD_TYPE STREQUAL "Debug" ) 
    7678      set( LIBRARY_IDENTIFIER "-${COMPILER}-r-${VERSION_STRING}" ) 
    77    else( CMAKE_BUILD_TYPE STREQUAL "Release" ) 
    78       set( LIBRARY_IDENTIFIER "-${COMPILER}-d-${VERSION_STRING}" ) 
    79    endif( CMAKE_BUILD_TYPE STREQUAL "Release" ) 
     79   endif( CMAKE_BUILD_TYPE STREQUAL "Debug" ) 
    8080endif( WIN32 ) 
    8181 
  • trunk/src/openmedialib/plugins/CMakeLists.txt

    r1372 r1373  
    44add_subdirectory( gensys ) 
    55#add_subdirectory( ofx ) 
    6 #add_subdirectory( openal ) 
     6add_subdirectory( openal ) 
    77add_subdirectory( sdl ) 
    88