mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 00:46:03 +00:00
14 lines
218 B
Makefile
14 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:
|