[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
2022-06-14 22:48:06 +02:00
committed by Mark Jansen
parent 66f6c1ab88
commit 1a41e62073
2 changed files with 2 additions and 1 deletions
+1 -1
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)
@@ -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)