mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
15 lines
248 B
Makefile
15 lines
248 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winenas.drv
|
|
IMPORTS = dxguid uuid winmm user32 kernel32
|
|
EXTRAINCL = @X_CFLAGS@
|
|
EXTRALIBS = @NASLIBS@
|
|
|
|
C_SRCS = \
|
|
audio.c \
|
|
nas.c
|
|
|
|
@MAKE_DLL_RULES@
|