Alexandre Julliard : makefiles: Directly generate resources also for non-registered typelibs.
Module: wine Branch: master Commit: 04d8725080fdc1c97fcd04065acf6b30f42057a7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=04d8725080fdc1c97fcd04065... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Nov 16 10:22:51 2021 +0100 makefiles: Directly generate resources also for non-registered typelibs. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mshtml/mshtml.rc | 3 --- dlls/mshtml/tests/rsrc.rc | 3 --- dlls/msi/tests/Makefile.in | 1 - dlls/msi/tests/action.c | 2 +- dlls/msi/tests/rsrc.rc | 22 ---------------------- dlls/oleaut32/tests/test_reg.idl | 1 + dlls/oleaut32/tests/test_simple.idl | 5 ++++- dlls/oleaut32/tests/test_tlb.idl | 10 ++++++---- dlls/oleaut32/tests/tmarshal.rc | 12 ------------ programs/wscript/Makefile.in | 3 --- programs/wscript/rsrc.rc | 20 -------------------- tools/makedep.c | 28 +++------------------------- tools/widl/widl.c | 1 + tools/widl/write_msft.c | 3 ++- 14 files changed, 18 insertions(+), 96 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=04d8725080fdc1c97fcd0...
participants (1)
-
Alexandre Julliard