mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
7 lines
87 B
Makefile
7 lines
87 B
Makefile
MODULE = opencl.dll
|
|
EXTRALIBS = @LIBOPENCL@
|
|
|
|
C_SRCS = \
|
|
opencl.c
|
|
|
|
@MAKE_DLL_RULES@
|