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