projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
make_dlls: Ignore generated import libraries from the top-level .gitignore.
[wine]
/
dlls
/
odbc32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = odbc32.dll
6
IMPORTLIB = libodbc32.$(IMPLIBEXT)
7
IMPORTS = advapi32 kernel32
8
EXTRALIBS = $(LIBUNICODE)
9
10
C_SRCS = \
11
proxyodbc.c
12
13
@MAKE_DLL_RULES@
14
15
### Dependencies: