mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-25 08:44:32 +01:00
9 lines
166 B
Makefile
9 lines
166 B
Makefile
MODULE = wineopenxr.dll
|
|
IMPORTS = advapi32 dxgi
|
|
|
|
EXTRADLLFLAGS = -mcygwin -lvulkan
|
|
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
|
|
|
C_SRCS = \
|
|
openxr.c \
|
|
openxr_thunks.c \
|