projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
crypt32: Implement CryptVerifyDetachedMessageSignature.
[wine]
/
dlls
/
wintab32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wintab32.dll
6
IMPORTLIB = wintab32
7
IMPORTS = user32 kernel32
8
9
C_SRCS = \
10
context.c \
11
manager.c \
12
wintab32.c
13
14
C_SRCS16 = \
15
wintab16.c
16
17
SPEC_SRCS16 = wintab.spec
18
19
@MAKE_DLL_RULES@
20
21
@DEPENDENCIES@ # everything below this line is overwritten by make depend