11 lines
179 B
Makefile
11 lines
179 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msg711.acm
|
|
IMPORTS = winmm user32 kernel32
|
|
|
|
C_SRCS = msg711.c
|
|
|
|
@MAKE_DLL_RULES@
|