ioctlsocket() now returns success if the app sets nonblocking mode for
[wine/testsucceed.git] / dlls / ole32 / Makefile.in
blob21c5e3f5f8c06d91063f81ff8caacfcc06b05a12
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 LIBEXT = @LIBEXT@
7 MODULE = ole32
8 SOVERSION = 1.0
10 SPEC_SRCS = ole32.spec ole2.spec storage.spec compobj.spec
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 filemoniker.c \
21 hglobalstream.c \
22 ifs.c \
23 itemmoniker.c \
24 memlockbytes.c \
25 moniker.c \
26 ole2.c \
27 ole2stubs.c \
28 oleobj.c \
29 stg_bigblockfile.c \
30 stg_stream.c \
31 storage.c \
32 storage32.c
34 all: lib$(MODULE).$(LIBEXT)
36 @MAKE_RULES@
38 clean::
39 $(RM) lib$(MODULE).$(LIBEXT).$(SOVERSION)
41 ### Dependencies: