mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 13:46:06 +01:00
wineopenxr: Use SOURCES instead of C(XX)_SRCS.
This commit is contained in:
parent
97df41ad1e
commit
8da1c6e19f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ IMPORTS = advapi32 dxgi
|
||||||
EXTRADLLFLAGS = -mcygwin -lvulkan
|
EXTRADLLFLAGS = -mcygwin -lvulkan
|
||||||
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
||||||
|
|
||||||
C_SRCS = \
|
SOURCES = \
|
||||||
openxr.c \
|
openxr.c \
|
||||||
openxr_thunks.c \
|
openxr_thunks.c \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue