mirror of
https://github.com/reactos/wine.git
synced 2025-03-02 09:47:59 +00:00
19 lines
277 B
Makefile
19 lines
277 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mapi32.dll
|
|
IMPORTS = shlwapi ole32 kernel32
|
|
EXTRALIBS = -luuid $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
mapi32_main.c \
|
|
prop.c \
|
|
util.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|