From d4166523bc8c4565cde24fcda56d3d5cdabb70ce Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Aug 2013 10:43:41 +0300 Subject: Provide a Windows manifest for update-game-score.exe. lib-src/update-game-score.exe.manifest: New file. lib-src/Makefile.in (UPDATE_MANIFEST): New variable. (SCRIPTS): Add $(UPDATE_MANIFEST). configure.ac: Define and substitute UPDATE_MANIFEST. --- lib-src/ChangeLog | 7 +++++++ lib-src/Makefile.in | 3 ++- lib-src/update-game-score.exe.manifest | 10 ++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 lib-src/update-game-score.exe.manifest (limited to 'lib-src') 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 @@ +2013-08-10 Eli Zaretskii + + * update-game-score.exe.manifest: New file. + + * Makefile.in (UPDATE_MANIFEST): New variable. + (SCRIPTS): Add $(UPDATE_MANIFEST). + 2013-08-05 Stefan Monnier * 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@ PROFILING_CFLAGS = @PROFILING_CFLAGS@ WARN_CFLAGS = @WARN_CFLAGS@ WERROR_CFLAGS = @WERROR_CFLAGS@ +UPDATE_MANIFEST = @UPDATE_MANIFEST@ # Program name transformation. TRANSFORM = @program_transform_name@ @@ -132,7 +133,7 @@ DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT} # Like UTILITIES, but they're not system-dependent, and should not be # deleted by the distclean target. -SCRIPTS= rcs2log +SCRIPTS= rcs2log $(UPDATE_MANIFEST) # All files that are created by the linker, i.e., whose names end in ${EXEEXT}. EXE_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 @@ + + + + + + + + + + -- cgit v1.2.1