projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
urlmon: Don't create stgmed_obj for binding to object.
[wine]
/
dlls
/
odbccp32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = odbccp32.dll
6
IMPORTLIB = libodbccp32.$(IMPLIBEXT)
7
IMPORTS = advapi32 kernel32
8
EXTRALIBS = -luuid
9
10
C_SRCS = \
11
odbccp32.c
12
13
@MAKE_DLL_RULES@
14
15
@DEPENDENCIES@ # everything below this line is overwritten by make depend