mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
MODULE = wineesd.drv
|
|
IMPORTS = dxguid uuid winmm user32
|
|
EXTRAINCL = @ESDINCL@
|
|
EXTRALIBS = @ESDLIBS@
|
|
|
|
C_SRCS = \
|
|
audio.c
|
|
|
|
@MAKE_DLL_RULES@
|