mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
MODULE = openal32.dll
|
|
EXTRALIBS = @LIBOPENAL@ @FRAMEWORK_OPENAL@
|
|
|
|
C_SRCS = \
|
|
openal.c
|
|
|
|
@MAKE_DLL_RULES@
|