diff -r cfc6cd502f85 -r 8d3b4d19ce27 misc/openalbridge/CMakeLists.txt --- a/misc/openalbridge/CMakeLists.txt Wed Apr 21 01:57:23 2010 +0000 +++ b/misc/openalbridge/CMakeLists.txt Wed Apr 21 10:22:06 2010 +0000 @@ -14,11 +14,11 @@ #build a static library for human systems set (build_type STATIC) -#visualstudio and windows in general doesn't like static linking, so we're building the library in shared mode +#visualstudio and windows in general don't like static linking, so we're building the library in shared mode if(WIN32) #workaround for visualstudio (wants headers in the source list) set(openal_src - openalbridge.h loaders.h wrappers.h globals.h oggvorbis.h errlib.h ${openal_src} + openalbridge.h openalbridge_t.h loaders.h wrappers.h globals.h oggvorbis.h errlib.h ${openal_src} ) #deps for the shared library link_libraries(${VORBISFILE_LIBRARY})