mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
[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:
parent
6eaaa698cd
commit
91f589bcea
2 changed files with 2 additions and 2 deletions
|
@ -5668,7 +5668,7 @@ static void test_register_typelib(void)
|
|||
}
|
||||
|
||||
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));
|
||||
|
||||
MsiSetInternalUI(INSTALLUILEVEL_NONE, NULL);
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
CUSTOM.DLL TESTDLL "custom.dll"
|
||||
SELFREG.DLL TESTDLL "selfreg.dll"
|
||||
|
||||
typelib.tlb TYPELIB "typelib.tlb"
|
||||
1 TYPELIB "typelib.tlb"
|
||||
|
|
Loading…
Reference in a new issue