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
Added rules for building import libraries in the individual dll
[wine.git]
/
dlls
/
secur32
/
Makefile.in
blob
71907274feb6ca9a88a453ad30f6c0a8b21abd96
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
secur32.dll
6
IMPORTLIB
=
libsecur32.
$(
IMPLIBEXT
)
7
IMPORTS
=
user32 advapi32 kernel32 ntdll
8
9
C_SRCS
=
\
10
secur32.c \
11
thunks.c \
12
wrapper.c
13
14
@MAKE_DLL_RULES@
15
16
### Dependencies: