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
/
rsaenh
/
Makefile.in
blob
c84552041f8ef1522dbb19da71238b0275ebec93
1
EXTRADEFS
= -
DCOM_NO_WINDOWS_H
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
rsaenh.dll
7
IMPORTLIB
=
librsaenh.
$(
IMPLIBEXT
)
8
IMPORTS
=
advapi32 kernel32
9
10
C_SRCS
=
\
11
des.c \
12
handle.c \
13
implglue.c \
14
md2.c \
15
mpi.c \
16
rc2.c \
17
rc4.c \
18
rsa.c \
19
rsaenh.c
20
21
SUBDIRS
=
tests
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: