projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Determine expected_version of PE buddies from the SubsystemVersion.
[wine]
/
loader
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = loader
7
8
C_SRCS = \
9
elf.c \
10
elfdll.c \
11
libres.c \
12
loadorder.c \
13
main.c \
14
module.c \
15
pe_image.c \
16
pe_resource.c \
17
resource.c \
18
task.c
19
20
GLUE = task.c
21
22
all: $(MODULE).o
23
24
@MAKE_RULES@
25
26
### Dependencies: