1
0
Fork 0

Add icon + mention movie capturing

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2479
This commit is contained in:
Peter Veenstra 2006-02-09 08:49:52 +00:00
parent bb17ee6101
commit f29645ce69
6 changed files with 25 additions and 1 deletions

View file

@ -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