1999-10-31 03:23:49 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
2005-07-21 13:31:56 +02:00
|
|
|
TOPOBJDIR = ../..
|
1999-10-31 03:23:49 +01:00
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2005-07-21 13:31:56 +02:00
|
|
|
MODULE = midimap.dll
|
2002-05-17 05:37:12 +02:00
|
|
|
IMPORTS = winmm user32 advapi32 kernel32
|
2000-11-12 04:50:10 +01:00
|
|
|
|
1999-10-31 03:23:49 +01:00
|
|
|
C_SRCS = \
|
|
|
|
midimap.c
|
|
|
|
|
2000-03-04 23:31:27 +01:00
|
|
|
@MAKE_DLL_RULES@
|
1999-10-31 03:23:49 +01:00
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|