[CLB] Enable the dll

Required by MS Regedit. It works as well with our clb.dll.
Now we lack only ulib.dll.
CORE-17385
This commit is contained in:
Oleg Dubinskiy 2020-11-25 20:52:30 +02:00 committed by Mark Jansen
parent 66f6c1ab88
commit 1a41e62073
2 changed files with 2 additions and 1 deletions

View file

@ -26,4 +26,4 @@ target_link_libraries(regedit uuid)
add_importlibs(regedit user32 gdi32 advapi32 ole32 shell32 comctl32 comdlg32 shlwapi msvcrt kernel32 ntdll)
add_pch(regedit regedit.h SOURCE)
add_cd_file(TARGET regedit DESTINATION reactos FOR all)
#add_subdirectory(clb)
add_subdirectory(clb)

View file

@ -8,3 +8,4 @@ add_library(clb MODULE
set_module_type(clb win32dll UNICODE)
add_importlibs(clb user32 comctl32 msvcrt kernel32 ntdll)
add_cd_file(TARGET clb DESTINATION reactos/system32 FOR all)