8 lines
101 B
Makefile
8 lines
101 B
Makefile
|
MODULE = xaudio2_6.dll
|
||
|
IMPORTS = ole32
|
||
|
|
||
|
C_SRCS = \
|
||
|
xaudio_dll.c
|
||
|
|
||
|
IDL_SRCS = xaudio_classes.idl
|