mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
9 lines
125 B
Makefile
9 lines
125 B
Makefile
MODULE = winemp3.acm
|
|
IMPORTS = winmm user32
|
|
EXTRALIBS = @LIBMPG123@ @COREAUDIO@
|
|
|
|
C_SRCS = \
|
|
mpegl3.c
|
|
|
|
@MAKE_DLL_RULES@
|