mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
a60160dc6d
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
163 B
Makefile
9 lines
163 B
Makefile
MODULE = capi2032.dll
|
|
UNIXLIB = capi2032.so
|
|
IMPORTLIB = capi2032
|
|
EXTRALIBS = $(CAPI20_LIBS)
|
|
EXTRAINCL = $(CAPI20_CFLAGS)
|
|
|
|
C_SRCS = \
|
|
cap20wxx.c \
|
|
unixlib.c
|