Module: vkd3d Branch: master Commit: 59d918fd50e6a4fad4052b563bfd248d8ff87013 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=59d918fd50e6a4fad4052b56...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Feb 23 17:28:11 2022 +0100
configure: Build demos with -municode on Mingw.
Signed-off-by: Alexandre Julliard julliard@winehq.org Signed-off-by: Henri Verbeet hverbeet@codeweavers.com
---
configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index bd58000..265dccc 100644 --- a/configure.ac +++ b/configure.ac @@ -142,7 +142,7 @@ dnl Makefiles case $host_os in mingw32*) AC_SUBST([DEMO_LIBS],["-ld3d12 -ldxgi -lgdi32"]) - AC_SUBST([DEMO_CFLAGS],[""]) + AC_SUBST([DEMO_CFLAGS],["-municode"]) ;; *) AS_IF([test "x$enable_demos" = "xyes" -a "x$HAVE_XCB" != "xyes"], [AC_MSG_ERROR([libxcb is required for demos.])])