CB_SETCURSEL should not generate another listbox event after updating
[wine] / dlls / ole32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = ole32
6 SOVERSION = 1.0
7 ALTNAMES  = ole2 ole2nls ole2conv ole2prox ole2thk storage compobj
8
9 SPEC_SRCS = ole32.spec ole2.spec ole2conv.spec ole2nls.spec \
10             ole2prox.spec ole2thk.spec storage.spec compobj.spec
11
12 C_SRCS = \
13         antimoniker.c \
14         bindctx.c \
15         clipboard.c \
16         compobj.c \
17         compositemoniker.c \
18         datacache.c \
19         defaulthandler.c \
20         errorinfo.c \
21         filemoniker.c \
22         hglobalstream.c \
23         ifs.c \
24         itemmoniker.c \
25         memlockbytes.c \
26         moniker.c \
27         ole2.c \
28         ole2stubs.c \
29         ole2impl.c \
30         ole2nls.c \
31         oleobj.c \
32         stg_bigblockfile.c \
33         stg_stream.c \
34         storage.c \
35         storage32.c
36
37 @MAKE_DLL_RULES@
38
39 ### Dependencies:
40