wine/dlls/opencl/Makefile.in
Alexandre Julliard 194e09baec makefiles: Add separate variables for Unix flags and libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-06-29 23:23:41 +02:00

10 lines
150 B
Makefile

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