mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
MODULE = tapi32.dll
|
|
IMPORTLIB = tapi32
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
assisted.c \
|
|
line.c \
|
|
phone.c
|
|
|
|
@MAKE_DLL_RULES@
|