mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
a6a0c82c59
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
142 B
Makefile
10 lines
142 B
Makefile
MODULE = vulkan-1.dll
|
|
IMPORTS = winevulkan
|
|
IMPORTLIB = vulkan-1
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
vulkan.c
|
|
|
|
RC_SRCS = version.rc
|