1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-01-22 11:38:03 +03:00
2024-02-15 15:53:25 +02:00

10 lines
167 B
Makefile

MODULE = wineopenxr.dll
IMPORTS = advapi32 dxgi
EXTRADLLFLAGS = -mcygwin -lvulkan
EXTRADEFS = -DWINE_NO_LONG_TYPES
SOURCES = \
openxr.c \
openxr_thunks.c \