mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[MSACM32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
68430db462
commit
168ccfac22
12 changed files with 137 additions and 23 deletions
|
@ -10,7 +10,7 @@ list(APPEND SOURCE
|
|||
msacm32_main.c
|
||||
pcmconverter.c
|
||||
stream.c
|
||||
wineacm.h
|
||||
precomp.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msacm32_stubs.c)
|
||||
|
||||
add_library(msacm32 SHARED
|
||||
|
@ -21,5 +21,5 @@ add_library(msacm32 SHARED
|
|||
set_module_type(msacm32 win32dll ENTRYPOINT DllMain 12 UNICODE)
|
||||
target_link_libraries(msacm32 wine)
|
||||
add_importlibs(msacm32 advapi32 user32 winmm msvcrt kernel32 ntdll)
|
||||
add_pch(msacm32 wineacm.h SOURCE)
|
||||
add_pch(msacm32 precomp.h SOURCE)
|
||||
add_cd_file(TARGET msacm32 DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue