mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
6 lines
95 B
Makefile
6 lines
95 B
Makefile
MODULE = winemapi.dll
|
|
IMPORTS = shlwapi shell32 mapi32
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
sendmail.c
|