mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
configure: Build demos with -municode on Mingw.
Signed-off-by: Alexandre Julliard <julliard@winehq.org> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
This commit is contained in:
@@ -142,7 +142,7 @@ dnl Makefiles
|
|||||||
case $host_os in
|
case $host_os in
|
||||||
mingw32*)
|
mingw32*)
|
||||||
AC_SUBST([DEMO_LIBS],["-ld3d12 -ldxgi -lgdi32"])
|
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"],
|
*) AS_IF([test "x$enable_demos" = "xyes" -a "x$HAVE_XCB" != "xyes"],
|
||||||
[AC_MSG_ERROR([libxcb is required for demos.])])
|
[AC_MSG_ERROR([libxcb is required for demos.])])
|
||||||
|
Reference in New Issue
Block a user