mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
13 lines
219 B
Makefile
13 lines
219 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winemp3.acm
|
|
IMPORTS = winmm user32 kernel32
|
|
EXTRALIBS = @LIBMPG123@ @COREAUDIO@
|
|
|
|
C_SRCS = \
|
|
mpegl3.c
|
|
|
|
@MAKE_DLL_RULES@
|