mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
c82d274293
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
165 B
Makefile
13 lines
165 B
Makefile
MODULE = sapi.dll
|
|
IMPORTS = uuid ole32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
token.c
|
|
|
|
IDL_SRCS = \
|
|
sapi_classes.idl \
|
|
sapi_typelib.idl
|
|
|
|
RC_SRCS = \
|
|
sapi.rc
|