Makefile.in 112 Bytes
Newer Older
1
MODULE    = winemapi.dll
2
IMPORTS   = shlwapi shell32 mapi32
3 4

C_SRCS = \
5 6
	main.c \
	sendmail.c
7 8

@MAKE_DLL_RULES@