X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/3a3bb90450d220c8fb336b80a9a4bdc5cc49a380..d4166523bc8c4565cde24fcda56d3d5cdabb70ce:/configure.ac diff --git a/configure.ac b/configure.ac index 89aba556bb..e4a846402f 100644 --- a/configure.ac +++ b/configure.ac @@ -1641,6 +1641,7 @@ CLIENTRES= CLIENTW= W32_RES_LINK= EMACS_MANIFEST= +UPDATE_MANIFEST= if test "${with_w32}" != no; then case "${opsys}" in cygwin) @@ -1691,6 +1692,7 @@ if test "${HAVE_W32}" = "yes"; then x86_64-*-*) EMACS_MANIFEST="emacs-x64.manifest" ;; *) EMACS_MANIFEST="emacs-x86.manifest" ;; esac + UPDATE_MANIFEST=update-game-score.exe.manifest if test "${opsys}" = "cygwin"; then W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32" W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool" @@ -1717,6 +1719,7 @@ AC_SUBST(W32_OBJ) AC_SUBST(W32_LIBS) AC_SUBST(EMACSRES) AC_SUBST(EMACS_MANIFEST) +AC_SUBST(UPDATE_MANIFEST) AC_SUBST(CLIENTRES) AC_SUBST(CLIENTW) AC_SUBST(W32_RES_LINK)