projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Augment the DDSCAPS2 dumping routine with new caps.
[wine]
/
dlls
/
version
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = version.dll
6
IMPORTS = lz32 kernel32
7
ALTNAMES = ver.dll
8
EXTRALIBS = $(LIBUNICODE)
9
10
LDDLLFLAGS = @LDDLLFLAGS@
11
SYMBOLFILE = $(MODULE).tmp.o
12
13
C_SRCS = \
14
info.c \
15
install.c \
16
resource.c
17
18
C_SRCS16 = \
19
ver16.c
20
21
@MAKE_DLL_RULES@
22
23
### Dependencies: