1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-03-20 01:10:27 +03:00

10 lines
167 B
Makefile
Raw Normal View History

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