projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed calls with wrong pointer: COMCTL32_Free(&lpttsi) should be
[wine]
/
dlls
/
version
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = version
6
ALTNAMES = ver
7
EXTRALIBS = $(LIBUNICODE)
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
info.c \
14
install.c \
15
resource.c \
16
ver16.c
17
18
@MAKE_DLL_RULES@
19
20
### Dependencies: