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
Partial implementation of the Shell32 call Win32DeleteFile(), required
[wine.git]
/
loader
/
Makefile.in
blob
67d1bd8afc151598f588e2217c569e4848516273
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: