diff -r d6963f72d21a -r bf6009da227d openalbridge/CMakeLists.txt --- a/openalbridge/CMakeLists.txt Mon Jul 06 22:46:33 2009 +0000 +++ b/openalbridge/CMakeLists.txt Mon Jul 06 22:51:41 2009 +0000 @@ -38,7 +38,9 @@ add_library (openalbridge ${build_type} ${openal_src}) if(WIN32) +if(MSVC) SET_TARGET_PROPERTIES(openalbridge PROPERTIES LINK_FLAGS /DEF:openalbridge.def) +endif(MSVC) #install it in the executable directory install(TARGETS openalbridge DESTINATION bin) endif(WIN32)