mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
00fdd9fc1b
Implemented a CAPI20 wrapper library for CAPI4Linux access. Marcus Meissner <marcus@jet.franken.de> Cleaned up, autoconfed.
13 lines
218 B
Makefile
13 lines
218 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = capi2032.dll
|
|
IMPORTS = kernel32
|
|
EXTRALIBS = @CAPI4LINUXLIBS@
|
|
|
|
C_SRCS = cap20wxx.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|