aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
-rw-r--r--lib-src/ChangeLog7
-rw-r--r--lib-src/Makefile.in3
-rw-r--r--lib-src/update-game-score.exe.manifest10
5 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1252a7a15a4..c88303bb525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12013-08-10 Eli Zaretskii <eliz@gnu.org>
2
3 * configure.ac: Define and substitute UPDATE_MANIFEST.
4
12013-08-04 Stephen Berman <stephen.berman@gmx.net> 52013-08-04 Stephen Berman <stephen.berman@gmx.net>
2 6
3 * info/dir: Add todo-mode. 7 * info/dir: Add todo-mode.
diff --git a/configure.ac b/configure.ac
index 89aba556bb3..e4a846402f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1641,6 +1641,7 @@ CLIENTRES=
1641CLIENTW= 1641CLIENTW=
1642W32_RES_LINK= 1642W32_RES_LINK=
1643EMACS_MANIFEST= 1643EMACS_MANIFEST=
1644UPDATE_MANIFEST=
1644if test "${with_w32}" != no; then 1645if test "${with_w32}" != no; then
1645 case "${opsys}" in 1646 case "${opsys}" in
1646 cygwin) 1647 cygwin)
@@ -1691,6 +1692,7 @@ if test "${HAVE_W32}" = "yes"; then
1691 x86_64-*-*) EMACS_MANIFEST="emacs-x64.manifest" ;; 1692 x86_64-*-*) EMACS_MANIFEST="emacs-x64.manifest" ;;
1692 *) EMACS_MANIFEST="emacs-x86.manifest" ;; 1693 *) EMACS_MANIFEST="emacs-x86.manifest" ;;
1693 esac 1694 esac
1695 UPDATE_MANIFEST=update-game-score.exe.manifest
1694 if test "${opsys}" = "cygwin"; then 1696 if test "${opsys}" = "cygwin"; then
1695 W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32" 1697 W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32"
1696 W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool" 1698 W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool"
@@ -1717,6 +1719,7 @@ AC_SUBST(W32_OBJ)
1717AC_SUBST(W32_LIBS) 1719AC_SUBST(W32_LIBS)
1718AC_SUBST(EMACSRES) 1720AC_SUBST(EMACSRES)
1719AC_SUBST(EMACS_MANIFEST) 1721AC_SUBST(EMACS_MANIFEST)
1722AC_SUBST(UPDATE_MANIFEST)
1720AC_SUBST(CLIENTRES) 1723AC_SUBST(CLIENTRES)
1721AC_SUBST(CLIENTW) 1724AC_SUBST(CLIENTW)
1722AC_SUBST(W32_RES_LINK) 1725AC_SUBST(W32_RES_LINK)
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index da97246ef64..53d66ba1e37 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,10 @@
12013-08-10 Eli Zaretskii <eliz@gnu.org>
2
3 * update-game-score.exe.manifest: New file.
4
5 * Makefile.in (UPDATE_MANIFEST): New variable.
6 (SCRIPTS): Add $(UPDATE_MANIFEST).
7
12013-08-05 Stefan Monnier <monnier@iro.umontreal.ca> 82013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * makefile.w32-in (lisp2): Add nadvice.elc. 10 * makefile.w32-in (lisp2): Add nadvice.elc.
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 8285910cdbf..fe1900a2a40 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -40,6 +40,7 @@ C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
40PROFILING_CFLAGS = @PROFILING_CFLAGS@ 40PROFILING_CFLAGS = @PROFILING_CFLAGS@
41WARN_CFLAGS = @WARN_CFLAGS@ 41WARN_CFLAGS = @WARN_CFLAGS@
42WERROR_CFLAGS = @WERROR_CFLAGS@ 42WERROR_CFLAGS = @WERROR_CFLAGS@
43UPDATE_MANIFEST = @UPDATE_MANIFEST@
43 44
44# Program name transformation. 45# Program name transformation.
45TRANSFORM = @program_transform_name@ 46TRANSFORM = @program_transform_name@
@@ -132,7 +133,7 @@ DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT}
132 133
133# Like UTILITIES, but they're not system-dependent, and should not be 134# Like UTILITIES, but they're not system-dependent, and should not be
134# deleted by the distclean target. 135# deleted by the distclean target.
135SCRIPTS= rcs2log 136SCRIPTS= rcs2log $(UPDATE_MANIFEST)
136 137
137# All files that are created by the linker, i.e., whose names end in ${EXEEXT}. 138# All files that are created by the linker, i.e., whose names end in ${EXEEXT}.
138EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} 139EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
diff --git a/lib-src/update-game-score.exe.manifest b/lib-src/update-game-score.exe.manifest
new file mode 100644
index 00000000000..1db836bec6b
--- /dev/null
+++ b/lib-src/update-game-score.exe.manifest
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <v3:trustInfo xmlns:v3="urn:schemas-microsoft-com:asm.v3">
4 <v3:security>
5 <v3:requestedPrivileges>
6 <v3:requestedExecutionLevel level="asInvoker" />
7 </v3:requestedPrivileges>
8 </v3:security>
9 </v3:trustInfo>
10</assembly>