4 Nov
2023
4 Nov
'23
2:28 p.m.
Huw Davies (@huw) commented about dlls/msttsengine/Makefile.in:
+MODULE = msttsengine.dll +IMPORTS = ole32 + +C_SRCS = \ + main.c \ + tts.c + +IDL_SRCS = \ + msttsengine_classes.idl We've (very) recently switched to using `SOURCES` for all of these.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3988#note_50914