We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd52254 commit 2edef8bCopy full SHA for 2edef8b
dll/win32/jscript/CMakeLists.txt
@@ -67,7 +67,7 @@ add_idl_headers(jscript_idlheader jscript_classes.idl)
67
add_typelib(jsglobal.idl)
68
add_dependencies(jscript jscript_idlheader stdole2)
69
set_module_type(jscript win32dll)
70
-target_link_libraries(jscript uuid wine oldnames)
+target_link_libraries(jscript uuid wine wine_dll_register oldnames)
71
add_importlibs(jscript user32 ole32 oleaut32 advapi32 msvcrt kernel32 ntdll)
72
add_pch(jscript precomp.h "${PCH_SKIP_SOURCE}")
73
add_cd_file(TARGET jscript DESTINATION reactos/system32 FOR all)
0 commit comments