Commit a30c1b98 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Implement stdole2.tlb.

parent 0a4681fe
......@@ -1686,6 +1686,7 @@ dlls/shfolder/Makefile
dlls/shlwapi/Makefile
dlls/shlwapi/tests/Makefile
dlls/snmpapi/Makefile
dlls/stdole2.tlb/Makefile
dlls/stdole32.tlb/Makefile
dlls/sti/Makefile
dlls/strmiids/Makefile
......
......@@ -125,6 +125,7 @@ BASEDIRS = \
shfolder \
shlwapi \
snmpapi \
stdole2.tlb \
stdole32.tlb \
sti \
tapi32 \
......@@ -373,6 +374,7 @@ SYMLINKS_SO = \
shfolder.dll.so \
shlwapi.dll.so \
snmpapi.dll.so \
stdole2.tlb.so \
stdole32.tlb.so \
sti.dll.so \
tapi32.dll.so \
......@@ -851,6 +853,9 @@ shlwapi.dll.so: shlwapi/shlwapi.dll.so
snmpapi.dll.so: snmpapi/snmpapi.dll.so
$(RM) $@ && $(LN_S) snmpapi/snmpapi.dll.so $@
stdole2.tlb.so: stdole2.tlb/stdole2.tlb.so
$(RM) $@ && $(LN_S) stdole2.tlb/stdole2.tlb.so $@
stdole32.tlb.so: stdole32.tlb/stdole32.tlb.so
$(RM) $@ && $(LN_S) stdole32.tlb/stdole32.tlb.so $@
......@@ -1771,6 +1776,7 @@ shell32/shell32.dll.so: shell32
shfolder/shfolder.dll.so: shfolder
shlwapi/shlwapi.dll.so: shlwapi
snmpapi/snmpapi.dll.so: snmpapi
stdole2.tlb/stdole2.tlb.so: stdole2.tlb
stdole32.tlb/stdole32.tlb.so: stdole32.tlb
sti/sti.dll.so: sti
tapi32/tapi32.dll.so: tapi32
......
Makefile
rsrc.res
std_ole_v2.tlb
stdole2.tlb.dbg.c
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = stdole2.tlb
RC_SRCS = rsrc.rc
RC_TLB = std_ole_v2.tlb
@MAKE_DLL_RULES@
### Dependencies:
/*
* Resource file for stdole2
*
* Copyright 2005 Huw Davies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "wine/wine_common_ver.rc"
1 TYPELIB LOADONCALL DISCARDABLE std_ole_v2.tlb
# no exported entry points
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment