projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added version scripts for libwine and libwine_unicode.
[wine]
/
libs
/
wine
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
LIBRARY = wine
6
SOVERSION = 1
7
VERSCRIPT = $(SRCDIR)/wine.map
8
EXTRADEFS = -D__WINESRC__ -DBINDIR="\"$(bindir)\"" -DDLLDIR="\"$(dlldir)\""
9
EXTRALIBS = $(LIBPORT) @DLLIBS@ @CRTLIBS@
10
11
C_SRCS = \
12
config.c \
13
debug.c \
14
ldt.c \
15
loader.c \
16
port.c
17
18
@MAKE_LIB_RULES@
19
20
### Dependencies: