mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
133 B
Makefile
10 lines
133 B
Makefile
MODULE = wintab32.dll
|
|
IMPORTLIB = wintab32
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
context.c \
|
|
manager.c \
|
|
wintab32.c
|
|
|
|
@MAKE_DLL_RULES@
|