2010-10-10 22:58:42 +00:00
|
|
|
|
|
|
|
set_unicode()
|
|
|
|
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
spec2def(dplay.dll dplay.spec)
|
2010-10-10 22:58:42 +00:00
|
|
|
|
2010-12-02 19:13:47 +00:00
|
|
|
add_library(dplay SHARED
|
|
|
|
dplay_main.c
|
|
|
|
version.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/dplay.def)
|
2010-10-10 22:58:42 +00:00
|
|
|
|
|
|
|
set_entrypoint(dplay 0)
|
|
|
|
|
|
|
|
target_link_libraries(dplay
|
|
|
|
uuid
|
|
|
|
wine)
|
|
|
|
|
|
|
|
add_importlibs(dplay
|
|
|
|
user32
|
|
|
|
advapi32
|
|
|
|
ole32
|
|
|
|
winmm
|
|
|
|
dinput
|
2010-12-02 19:13:47 +00:00
|
|
|
dplayx
|
2010-10-10 22:58:42 +00:00
|
|
|
ntdll)
|
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
add_dependencies(dplay psdk buildno_header)
|
2010-11-05 21:49:09 +00:00
|
|
|
|
2010-12-02 19:13:47 +00:00
|
|
|
add_cab_target(dplay 1)
|
|
|
|
add_importlib_target(dplay.spec libdplayx)
|