wine-wine/dlls/winemapi/Makefile.in

13 lines
199 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winemapi.dll
IMPORTS = shlwapi shell32 kernel32
C_SRCS = \
main.c \
sendmail.c
@MAKE_DLL_RULES@