mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MSCMS]
mscms needs to link to advapi32, currently gcc builds optimize the calls to Reg* apis away, because of unimplemented fucntions. svn path=/branches/cmake-bringup/; revision=50586
This commit is contained in:
@@ -21,5 +21,5 @@ add_library(mscms SHARED ${SOURCE})
|
||||
|
||||
set_module_type(mscms win32dll)
|
||||
target_link_libraries(mscms wine)
|
||||
add_importlibs(mscms msvcrt kernel32 ntdll)
|
||||
add_importlibs(mscms msvcrt advapi32 kernel32 ntdll)
|
||||
add_cab_target(mscms 1)
|
||||
|
||||
Reference in New Issue
Block a user