mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:32:57 +00:00
[DPLAY]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60478
This commit is contained in:
parent
b29bfab7a1
commit
7925f40b98
3 changed files with 2 additions and 6 deletions
|
@ -1,14 +1,11 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
spec2def(dplay.dll dplay.spec)
|
||||
|
||||
add_library(dplay SHARED
|
||||
dplay_main.c
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/dplay.def)
|
||||
|
||||
set_module_type(dplay win32dll UNICODE)
|
||||
set_module_type(dplay win32dll)
|
||||
add_importlibs(dplay dplayx msvcrt kernel32 ntdll)
|
||||
add_dependencies(dplay psdk)
|
||||
add_cd_file(TARGET dplay DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/* nothing here yet */
|
|
@ -37,7 +37,7 @@ reactos/dll/directx/wine/ddraw # Synced to Wine-1.7.1
|
|||
reactos/dll/directx/wine/dinput # Synced to Wine-1.7.1
|
||||
reactos/dll/directx/wine/dinput8 # Synced to Wine-1.5.26
|
||||
reactos/dll/directx/wine/dmusic # Synced to Wine-1.5.26
|
||||
reactos/dll/directx/wine/dplay # Synced to Wine-1.5.26
|
||||
reactos/dll/directx/wine/dplay # Synced to Wine-1.7.1
|
||||
reactos/dll/directx/wine/dplayx # Synced to Wine-1.5.26
|
||||
reactos/dll/directx/wine/dsound # Synced to Wine-1.7.1
|
||||
reactos/dll/directx/wine/dxdiagn # Synced to Wine-0_9_5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue