[SCHTASKS] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-25 12:53:36 +01:00
parent 457c843251
commit 4ce8df2ba6
3 changed files with 348 additions and 9 deletions

View file

@ -2,5 +2,5 @@
add_executable(schtasks schtasks.c)
target_link_libraries(schtasks wine)
set_module_type(schtasks win32cui UNICODE)
add_importlibs(schtasks msvcrt kernel32 ntdll)
add_importlibs(schtasks oleaut32 ole32 msvcrt kernel32 ntdll)
add_cd_file(TARGET schtasks DESTINATION reactos/system32 FOR all)