mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +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
|