# HG changeset patch # User koda # Date 1246920701 0 # Node ID bf6009da227d6d3f337c9211e121599d88b8f6f7 # Parent d6963f72d21a657a522c9f348f4bb9be00883f10 forgot one line from previous commit 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)