mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
15 lines
222 B
Makefile
15 lines
222 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = midimap.drv
|
|
SOVERSION = 1.0
|
|
IMPORTS = winmm user32 kernel32
|
|
|
|
C_SRCS = \
|
|
midimap.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|