projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Tests for recent variant changes.
[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
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
14
15
C_SRCS = \
16
info.c \
17
install.c \
18
resource.c
19
20
C_SRCS16 = \
21
ver16.c
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: