mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
13 lines
215 B
Makefile
13 lines
215 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = midimap.drv
|
|
IMPORTS = winmm user32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
midimap.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|