mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
1795994d53
- stub a couple more functions
16 lines
230 B
Makefile
16 lines
230 B
Makefile
EXTRADEFS = -D_CRYPT32_
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = crypt32.dll
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
cert.c \
|
|
main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|