Fix version.rc inclusion.

svn path=/trunk/; revision=60483
This commit is contained in:
Sylvain Petreolle 2013-09-30 19:58:15 +00:00
parent a9e0120a16
commit 5dafa70a30

View file

@ -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)