repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement BeginUpdateResource and UpdateResource.
[wine.git]
/
libs
/
wine
/
Makefile.in
blob
b9ddf42b9719d2cd53dc77b55fb3acd18c98236a
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@ @LDLIBWINEFLAGS@
10
11
C_SRCS
=
\
12
config.c \
13
debug.c \
14
ldt.c \
15
loader.c \
16
mmap.c \
17
port.c
18
19
@MAKE_LIB_RULES@
20
21
### Dependencies: