mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
[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:
parent
66f6c1ab88
commit
1a41e62073
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue