wine/dlls/opencl/Makefile.in
Alexandre Julliard 37c4031645 opencl: Convert the Unix library to the __wine_unix_call interface.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-23 16:56:43 +01:00

10 lines
150 B
Makefile

MODULE = opencl.dll
UNIXLIB = opencl.so
EXTRALIBS = $(OPENCL_LIBS)
C_SRCS = \
pe_thunks.c \
pe_wrappers.c \
unix_thunks.c \
unix_wrappers.c