Reactos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 6 lines 214 B view raw
1 2add_executable(mshta main.c mshta.rc) 3target_link_libraries(mshta) 4set_module_type(mshta win32gui) 5add_importlibs(mshta msvcrt mshtml kernel32 ntdll) 6add_cd_file(TARGET mshta DESTINATION reactos/system32 FOR all)