mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
9 lines
151 B
Makefile
9 lines
151 B
Makefile
MODULE = opencl.dll
|
|
UNIXLIB = opencl.so
|
|
UNIX_LIBS = $(OPENCL_LIBS)
|
|
|
|
SOURCES = \
|
|
pe_thunks.c \
|
|
pe_wrappers.c \
|
|
unix_thunks.c \
|
|
unix_wrappers.c
|