Removed some no longer used programs.
[wine/wine-kai.git] / dlls / oleaut32 / Makefile.in
blob68a608f1e66c5ec52ab5884db59dbf09772ff43d
1 EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = oleaut32.dll
7 IMPORTS = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = comctl32
9 ALTNAMES = ole2disp.dll typelib.dll
10 EXTRALIBS = $(LIBUNICODE) $(LIBUUID) @GIFLIB@ @JPEGLIB@
12 SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
14 C_SRCS = \
15 connpt.c \
16 dispatch.c \
17 hash.c \
18 oaidl_p.c \
19 oleaut.c \
20 olefont.c \
21 olepicture.c \
22 parsedt.c \
23 regsvr.c \
24 safearray.c \
25 stubs.c \
26 tmarshal.c \
27 typelib.c \
28 usrmarshal.c \
29 varformat.c \
30 variant.c
32 C_SRCS16 = \
33 ole2disp.c \
34 typelib16.c
36 RC_SRCS = \
37 oleaut32.rc \
38 version.rc
40 SUBDIRS = tests
42 @MAKE_DLL_RULES@
44 ### Dependencies: