mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
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.
This commit is contained in:
parent
3a3bb90450
commit
d4166523bc
5 changed files with 26 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2013-08-10 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* update-game-score.exe.manifest: New file.
|
||||
|
||||
* Makefile.in (UPDATE_MANIFEST): New variable.
|
||||
(SCRIPTS): Add $(UPDATE_MANIFEST).
|
||||
|
||||
2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* makefile.w32-in (lisp2): Add nadvice.elc.
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
10
lib-src/update-game-score.exe.manifest
Normal file
10
lib-src/update-game-score.exe.manifest
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<v3:trustInfo xmlns:v3="urn:schemas-microsoft-com:asm.v3">
|
||||
<v3:security>
|
||||
<v3:requestedPrivileges>
|
||||
<v3:requestedExecutionLevel level="asInvoker" />
|
||||
</v3:requestedPrivileges>
|
||||
</v3:security>
|
||||
</v3:trustInfo>
|
||||
</assembly>
|
||||
Loading…
Add table
Add a link
Reference in a new issue