mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Fix mciseq linking for msvc
svn path=/branches/cmake-bringup/; revision=50754
This commit is contained in:
parent
9d318004b3
commit
8198650c01
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ add_library(mciseq SHARED ${SOURCE})
|
|||
|
||||
set_entrypoint(mciseq 0)
|
||||
target_link_libraries(mciseq wine)
|
||||
add_importlibs(mciseq winmm user32 kernel32 ntdll)
|
||||
add_importlibs(mciseq winmm user32 kernel32 ntdll msvcrt)
|
||||
add_dependencies(mciseq psdk buildno_header)
|
||||
add_cab_target(mciseq 1)
|
||||
|
|
Loading…
Reference in a new issue