mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
dea298413e
Signed-off-by: Roderick Colenbrander <thunderbird2k@gmail.com> Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
138 B
Makefile
9 lines
138 B
Makefile
MODULE = winevulkan.dll
|
|
IMPORTLIB = winevulkan
|
|
IMPORTS = user32 gdi32
|
|
|
|
C_SRCS = \
|
|
vulkan.c \
|
|
vulkan_thunks.c
|
|
|
|
RC_SRCS = version.rc
|