Add icon + mention movie capturing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2479
This commit is contained in:
parent
bb17ee6101
commit
f29645ce69
6 changed files with 25 additions and 1 deletions
13
configure.in
13
configure.in
|
@ -281,6 +281,19 @@ case "$target" in
|
|||
;;
|
||||
esac
|
||||
|
||||
dnl Some stuff for the icon.
|
||||
case "$target" in
|
||||
*-*-cygwin* | *-*-mingw32*)
|
||||
dnl Some stuff for the ico
|
||||
AC_CHECK_TOOL(WINDRES, windres, :)
|
||||
;;
|
||||
*)
|
||||
WINDRES=":"
|
||||
;;
|
||||
esac
|
||||
AM_CONDITIONAL(HAVE_WINDRES, test "x$WINDRES" != "x:")
|
||||
AC_SUBST(WINDRES)
|
||||
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue