mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
10 lines
167 B
Makefile
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 \
|