Link cryptdll to advapi32

svn path=/branches/cmake-bringup/; revision=50627
This commit is contained in:
Timo Kreuzer 2011-02-09 10:30:01 +00:00
parent f11bd43d00
commit b32867cfba

View file

@ -14,5 +14,5 @@ add_library(cryptdll SHARED ${SOURCE})
set_module_type(cryptdll win32dll)
target_link_libraries(cryptdll wine)
add_importlibs(cryptdll msvcrt kernel32 ntdll)
add_importlibs(cryptdll advapi32 msvcrt kernel32 ntdll)
add_cab_target(cryptdll 1)