14 lines
304 B
Makefile
14 lines
304 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = sound.drv16
|
||
|
IMPORTS = kernel32
|
||
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,winmm.dll
|
||
|
|
||
|
C_SRCS = sound.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|