repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved mode setting out of .spec file into Makefile.
[wine/gsoc_dplay.git]
/
dlls
/
winaspi
/
Makefile.in
blob
c4849e468efac7b2efd90a4fd4025d409414ef62
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
wnaspi32.dll
6
IMPORTS
=
advapi32 kernel32
7
ALTNAMES
=
winaspi.dll
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
C_SRCS
=
\
13
aspi.c \
14
winaspi16.c \
15
winaspi32.c
16
17
EXTRA_OBJS
= $(
MODULE
)
.glue.o
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: