mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 06:28:34 +00:00
[DPLAY]
* 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:
parent
3fc8f2ce20
commit
e9389a03f4
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue