projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Avoid setting the context before the thread has started running, it's
[wine]
/
dlls
/
rsaenh
/
Makefile.in
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 = crypt32 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: