1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-01-26 21:48:31 +03:00

10 lines
166 B
Makefile
Raw Normal View History

MODULE = wineopenxr.dll
IMPORTS = advapi32 dxgi vulkan-1
EXTRADLLFLAGS = -mcygwin
EXTRADEFS = -DWINE_NO_LONG_TYPES
C_SRCS = \
openxr.c \
openxr_thunks.c \