9 Oct
2023
9 Oct
'23
9:51 p.m.
Zebediah Figura (@zfigura) commented about Makefile.am:
tests_d3d12_invalid_usage_LDADD = $(LDADD) @DL_LIBS@ tests_hlsl_d3d12_LDADD = $(LDADD) @DL_LIBS@ tests_shader_runner_LDADD = $(LDADD) @DL_LIBS@ +tests_shader_runner_CFLAGS = $(AM_CFLAGS) -I$(builddir)/tests tests_shader_runner_SOURCES = \ + tests/dxcompiler.idl \ I don't think IDLs should go in _SOURCES unless we're going to define an implicit rule for them? At least it doesn't make sense for them to be in a specific _SOURCES *and* BUILT_SOURCES.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/346#note_48126