projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml: Added IHTMLImgElement::width property implementation.
[wine]
/
dlls
/
oledb32
/
Makefile.in
1
EXTRADEFS = -DCOM_NO_WINDOWS_H
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = oledb32.dll
7
IMPORTS = uuid oleaut32 ole32 user32 advapi32 kernel32
8
9
C_SRCS = \
10
convert.c \
11
main.c \
12
regsvr.c
13
14
IDL_I_SRCS = convert.idl
15
16
@MAKE_DLL_RULES@
17
18
@DEPENDENCIES@ # everything below this line is overwritten by make depend