[CSCRIPT][WSCRIPT][BOOTDATA] Basic .wsf support (#6140)

Support for .wsf files with a single script block
This commit is contained in:
Whindmar Saksit 2024-05-19 13:57:47 +02:00 committed by GitHub
parent 09965760e0
commit 108db8f007
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 582 additions and 0 deletions

View file

@ -13,6 +13,7 @@ add_typelib(ihost.idl)
set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/ihost.tlb)
target_link_libraries(wscript uuid wine)
set_module_type(wscript win32gui UNICODE)
add_delay_importlibs(wscript shlwapi)
add_importlibs(wscript shell32 oleaut32 ole32 user32 advapi32 msvcrt kernel32 ntdll)
add_dependencies(wscript stdole2 wscript_idlheader)
add_pch(wscript precomp.h SOURCE)