projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
oledb32: Add a stub oledb32.dll.
[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 = oleaut32 ole32 user32 advapi32 kernel32
8
9
C_SRCS = \
10
main.c
11
12
@MAKE_DLL_RULES@
13
14
@DEPENDENCIES@ # everything below this line is overwritten by make depend