Commit 56a4a76a authored by Alexandre Julliard's avatar Alexandre Julliard

Automatically disable 16-bit support in the PE build.

parent 4d6fd448
......@@ -13164,6 +13164,8 @@ fi
LIBEXT="dll"
fi
IMPLIBEXT="a"
WIN16_FILES=""
WIN16_INSTALL=""
;;
*)
......
......@@ -848,6 +848,9 @@ case $host_os in
LIBEXT="dll"
fi
IMPLIBEXT="a"
dnl We can't build 16-bit NE dlls
WIN16_FILES=""
WIN16_INSTALL=""
;;
*)
AC_CHECK_HEADERS(dlfcn.h,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment