mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
9 lines
124 B
Makefile
9 lines
124 B
Makefile
MODULE = wintab32.dll
|
|
IMPORTLIB = wintab32
|
|
IMPORTS = user32 advapi32
|
|
|
|
C_SRCS = \
|
|
context.c \
|
|
manager.c \
|
|
wintab32.c
|