mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user