[STDOLE32.TLB]

* Sync to Wine 1.3.37.

svn path=/trunk/; revision=55283
This commit is contained in:
Amine Khaldi 2012-01-28 22:22:11 +00:00
parent f96ae418aa
commit 34ad19014e
4 changed files with 25 additions and 3 deletions

View file

@ -4,17 +4,16 @@ include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
add_typelib(std_ole_v1.idl)
set_rc_compiler()
spec2def(stdole32.tlb stdole32.tlb.spec)
list(APPEND SOURCE
rsrc.rc
${CMAKE_CURRENT_BINARY_DIR}/stdole32.def)
set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/std_ole_v1.tlb)
add_library(stdole32.tlb SHARED ${SOURCE})
set_module_type(stdole32.tlb module)
set_target_properties(stdole32.tlb PROPERTIES SUFFIX "")
add_cd_file(TARGET stdole32.tlb DESTINATION reactos/system32 FOR all)

View file

@ -29,3 +29,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: std_ole_v1.tlb */
1 TYPELIB std_ole_v1.tlb
2 WINE_REGISTRY stdole32.tlb.rgs

View file

@ -0,0 +1,20 @@
HKCR
{
NoRemove Typelib
{
NoRemove '{00020430-0000-0000-C000-000000000046}'
{
'1.0' = s 'OLE Automation'
{
'0' { win32 = s '%MODULE%' }
FLAGS = s '1'
}
}
}
NoRemove Interface
{
}
NoRemove CLSID
{
}
}

View file

@ -157,6 +157,7 @@ reactos/dll/win32/slbcsp # Autosync
reactos/dll/win32/softpub # Autosync
reactos/dll/win32/spoolss # Autosync
reactos/dll/win32/stdole2.tlb # Synced to Wine-1.3.37
reactos/dll/win32/stdole32.tlb # Synced to Wine-1.3.37
reactos/dll/win32/sti # Autosync
reactos/dll/win32/sxs # Autosync
reactos/dll/win32/tapi32 # Autosync