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
user32: Pack the WINDOWPOS structure in messages to allow crossing 32/64 boundaries.
[wine.git]
/
dlls
/
rsaenh
/
Makefile.in
blob
ea6f75799e25d0b53aac363a94423a93e17a57c5
1
EXTRADEFS
= -
DCOM_NO_WINDOWS_H
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
rsaenh.dll
7
IMPORTLIB
=
rsaenh
8
IMPORTS
=
crypt32 advapi32 kernel32
9
10
C_SRCS
=
\
11
aes.c \
12
des.c \
13
handle.c \
14
implglue.c \
15
md2.c \
16
mpi.c \
17
rc2.c \
18
rc4.c \
19
rsa.c \
20
rsaenh.c \
21
sha2.c
22
23
RC_SRCS
=
version.rc
24
25
@MAKE_DLL_RULES@