Author: akhaldi
Date: Sat Jan 28 22:22:11 2012
New Revision: 55283
URL:
http://svn.reactos.org/svn/reactos?rev=55283&view=rev
Log:
[STDOLE32.TLB]
* Sync to Wine 1.3.37.
Added:
trunk/reactos/dll/win32/stdole32.tlb/stdole32.tlb.rgs (with props)
Modified:
trunk/reactos/dll/win32/stdole32.tlb/CMakeLists.txt
trunk/reactos/dll/win32/stdole32.tlb/rsrc.rc
trunk/reactos/media/doc/README.WINE
Modified: trunk/reactos/dll/win32/stdole32.tlb/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/stdole32.tlb/CMa…
==============================================================================
--- trunk/reactos/dll/win32/stdole32.tlb/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/stdole32.tlb/CMakeLists.txt [iso-8859-1] Sat Jan 28 22:22:11
2012
@@ -4,17 +4,16 @@
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)
Modified: trunk/reactos/dll/win32/stdole32.tlb/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/stdole32.tlb/rsr…
==============================================================================
--- trunk/reactos/dll/win32/stdole32.tlb/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/stdole32.tlb/rsrc.rc [iso-8859-1] Sat Jan 28 22:22:11 2012
@@ -29,3 +29,5 @@
/* @makedep: std_ole_v1.tlb */
1 TYPELIB std_ole_v1.tlb
+
+2 WINE_REGISTRY stdole32.tlb.rgs
Added: trunk/reactos/dll/win32/stdole32.tlb/stdole32.tlb.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/stdole32.tlb/std…
==============================================================================
--- trunk/reactos/dll/win32/stdole32.tlb/stdole32.tlb.rgs (added)
+++ trunk/reactos/dll/win32/stdole32.tlb/stdole32.tlb.rgs [iso-8859-1] Sat Jan 28 22:22:11
2012
@@ -1,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
+ {
+ }
+}
Propchange: trunk/reactos/dll/win32/stdole32.tlb/stdole32.tlb.rgs
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/reactos/media/doc/README.WINE
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=…
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Sat Jan 28 22:22:11 2012
@@ -157,6 +157,7 @@
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