Author: spetreolle Date: Mon Sep 30 19:58:15 2013 New Revision: 60483
URL: http://svn.reactos.org/svn/reactos?rev=60483&view=rev Log: [DSOUND] Fix version.rc inclusion.
Modified: trunk/reactos/dll/directx/wine/dsound/CMakeLists.txt
Modified: trunk/reactos/dll/directx/wine/dsound/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/wine/dsound/CMa... ============================================================================== --- trunk/reactos/dll/directx/wine/dsound/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/directx/wine/dsound/CMakeLists.txt [iso-8859-1] Mon Sep 30 19:58:15 2013 @@ -18,9 +18,10 @@ primary.c propset.c sound3d.c + version.rc ${CMAKE_CURRENT_BINARY_DIR}/dsound.def)
-set_module_type(dsound win32dll version.rc) +set_module_type(dsound win32dll) target_link_libraries(dsound dxguid uuid wine) add_importlibs(dsound ole32 advapi32 user32 msvcrt kernel32 ntdll) add_cd_file(TARGET dsound DESTINATION reactos/system32 FOR all)