mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
194e09baec
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
150 B
Makefile
9 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
|