Skip to content

Commit 2edef8b

Browse files
Update CMakeLists.txt
1 parent cd52254 commit 2edef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dll/win32/jscript/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ add_idl_headers(jscript_idlheader jscript_classes.idl)
6767
add_typelib(jsglobal.idl)
6868
add_dependencies(jscript jscript_idlheader stdole2)
6969
set_module_type(jscript win32dll)
70-
target_link_libraries(jscript uuid wine oldnames)
70+
target_link_libraries(jscript uuid wine wine_dll_register oldnames)
7171
add_importlibs(jscript user32 ole32 oleaut32 advapi32 msvcrt kernel32 ntdll)
7272
add_pch(jscript precomp.h "${PCH_SKIP_SOURCE}")
7373
add_cd_file(TARGET jscript DESTINATION reactos/system32 FOR all)

0 commit comments

Comments
 (0)