* Add the (empty) stub file to build.
* We don't need to link ntdll.
* dplay now compiles with Clang.
CORE-8516

svn path=/trunk/; revision=64076
This commit is contained in:
Amine Khaldi 2014-09-07 20:19:05 +00:00
parent 3fc8f2ce20
commit e9389a03f4

View file

@ -4,8 +4,9 @@ spec2def(dplay.dll dplay.spec)
add_library(dplay SHARED
version.rc
${CMAKE_CURRENT_BINARY_DIR}/dplay_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/dplay.def)
set_module_type(dplay win32dll)
add_importlibs(dplay dplayx msvcrt kernel32 ntdll)
add_importlibs(dplay dplayx msvcrt kernel32)
add_cd_file(TARGET dplay DESTINATION reactos/system32 FOR all)