opengl32: glGetString() should return NULL on NULL context.
[wine/hacks.git] / dlls / oleaut32 / Makefile.in
blobc6a7dae36c21aa1f9a249cf98036481063af90fb
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 IMPORTLIB = oleaut32
8 IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
9 DELAYIMPORTS = comctl32 urlmon
11 C_SRCS = \
12 connpt.c \
13 dispatch.c \
14 hash.c \
15 oleaut.c \
16 olefont.c \
17 olepicture.c \
18 recinfo.c \
19 regsvr.c \
20 safearray.c \
21 stubs.c \
22 tmarshal.c \
23 typelib.c \
24 typelib2.c \
25 ungif.c \
26 usrmarshal.c \
27 varformat.c \
28 variant.c \
29 vartype.c
31 C_SRCS16 = \
32 ole2disp.c \
33 typelib16.c
35 SPEC_SRCS16 = \
36 ole2disp.spec \
37 typelib.spec
39 RC_SRCS = oleaut32.rc
41 IDL_P_SRCS = \
42 oleaut32_oaidl.idl
44 @MAKE_DLL_RULES@
46 @DEPENDENCIES@ # everything below this line is overwritten by make depend