mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[DSOUND]
Fix version.rc inclusion. svn path=/trunk/; revision=60483
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user