mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-29 16:15:52 +03:00
10 lines
166 B
Makefile
10 lines
166 B
Makefile
|
MODULE = wineopenxr.dll
|
||
|
IMPORTS = advapi32 dxgi vulkan-1
|
||
|
|
||
|
EXTRADLLFLAGS = -mcygwin
|
||
|
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
||
|
|
||
|
C_SRCS = \
|
||
|
openxr.c \
|
||
|
openxr_thunks.c \
|