mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
14 lines
227 B
Makefile
14 lines
227 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mcicda.dll
|
|
IMPORTS = winmm user32 kernel32
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
mcicda.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|