mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:33:27 +00:00
[CMAKE]
Stubs: Fix some win32 modules. svn path=/branches/cmake-bringup/; revision=49871
This commit is contained in:
parent
db7b8d8030
commit
e141d4c363
55 changed files with 250 additions and 75 deletions
|
@ -4,9 +4,10 @@ set_unicode()
|
|||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
set_rc_compiler()
|
||||
spec2def(msacm32.dll msacm32.spec)
|
||||
|
||||
add_library(msacm32 SHARED
|
||||
list(APPEND SOURCE
|
||||
driver.c
|
||||
filter.c
|
||||
format.c
|
||||
|
@ -16,13 +17,14 @@ add_library(msacm32 SHARED
|
|||
stream.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msacm32.def)
|
||||
|
||||
add_library(msacm32 SHARED ${SOURCE})
|
||||
|
||||
set_module_type(msacm32 win32dll)
|
||||
|
||||
target_link_libraries(msacm32 wine)
|
||||
|
||||
add_importlibs(msacm32 msvcrt advapi32 user32 winmm kernel32 ntdll)
|
||||
|
||||
|
||||
add_subdirectory(msacm32.drv)
|
||||
add_cab_target(msacm32 1)
|
||||
add_importlib_target(msacm32.spec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue