mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
19 lines
271 B
Makefile
19 lines
271 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rsaenh.dll
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
handle.c \
|
|
implossl.c \
|
|
rsaenh.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|