mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix mciseq linking for msvc
svn path=/branches/cmake-bringup/; revision=50754
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user