mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 10:40:39 +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@
|