* Forgot this file.

svn path=/trunk/; revision=61387
This commit is contained in:
Amine Khaldi 2013-12-24 21:56:03 +00:00
parent c36b4a7737
commit f9f55e5cb1

View file

@ -45,7 +45,7 @@ add_idl_headers(jscript_idlheader jscript_classes.idl)
add_typelib(jsglobal.idl)
add_dependencies(jscript jscript_idlheader stdole2) # jsglobal.tlb needs stdole2.tlb
set_module_type(jscript win32dll)
target_link_libraries(jscript wine)
target_link_libraries(jscript uuid wine)
add_importlibs(jscript user32 ole32 oleaut32 advapi32 msvcrt kernel32 ntdll)
add_pch(jscript jscript.h)
add_cd_file(TARGET jscript DESTINATION reactos/system32 FOR all)