[WINESYNC] makefiles: Directly generate resources also for non-registered typelibs.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 04d8725080fdc1c97fcd04065acf6b30f42057a7 by Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
winesync 2022-03-14 00:04:07 +01:00 committed by Mark Jansen
parent 6eaaa698cd
commit 91f589bcea
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 2 additions and 2 deletions

View file

@ -5668,7 +5668,7 @@ static void test_register_typelib(void)
} }
create_test_files(); create_test_files();
extract_resource("typelib.tlb", "TYPELIB", "msitest\\typelib.dll"); extract_resource(MAKEINTRESOURCEA(1), "TYPELIB", "msitest\\typelib.dll");
create_database(msifile, tl_tables, ARRAY_SIZE(tl_tables)); create_database(msifile, tl_tables, ARRAY_SIZE(tl_tables));
MsiSetInternalUI(INSTALLUILEVEL_NONE, NULL); MsiSetInternalUI(INSTALLUILEVEL_NONE, NULL);

View file

@ -2,4 +2,4 @@
CUSTOM.DLL TESTDLL "custom.dll" CUSTOM.DLL TESTDLL "custom.dll"
SELFREG.DLL TESTDLL "selfreg.dll" SELFREG.DLL TESTDLL "selfreg.dll"
typelib.tlb TYPELIB "typelib.tlb" 1 TYPELIB "typelib.tlb"