mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
17 lines
297 B
Makefile
17 lines
297 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winearts.drv
|
|
IMPORTS = winmm user32 kernel32 ntdll
|
|
EXTRAINCL = @ARTSINCL@
|
|
EXTRALIBS = @ARTSLIBS@ $(LIBUNICODE) -ldxguid -luuid
|
|
|
|
C_SRCS = \
|
|
arts.c \
|
|
audio.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|