mirror of
https://github.com/reactos/wine.git
synced 2025-01-10 13:50:56 +00:00
7 lines
94 B
Makefile
7 lines
94 B
Makefile
MODULE = winemapi.dll
|
|
IMPORTS = shlwapi shell32 mapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
sendmail.c
|