X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fdirectx%2Fwine%2Fdsound%2FCMakeLists.txt;h=ca2fe9e28bc47be914aef796097f13dcc0e153ba;hp=71aa4176092bfb556f12f24002b6701688042460;hb=5dafa70a302382f485600a24105c0c54559b3ecf;hpb=a9e0120a16cbf604278c7b722f944278ffd46cf9;ds=sidebyside diff --git a/reactos/dll/directx/wine/dsound/CMakeLists.txt b/reactos/dll/directx/wine/dsound/CMakeLists.txt index 71aa4176092..ca2fe9e28bc 100644 --- a/reactos/dll/directx/wine/dsound/CMakeLists.txt +++ b/reactos/dll/directx/wine/dsound/CMakeLists.txt @@ -18,9 +18,10 @@ add_library(dsound SHARED 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)