diff options
| author | Eli Zaretskii | 2013-08-10 10:43:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-08-10 10:43:41 +0300 |
| commit | d4166523bc8c4565cde24fcda56d3d5cdabb70ce (patch) | |
| tree | 07cc67d6663b763e1f4915f5f4054073e99ab936 /lib-src/Makefile.in | |
| parent | 3a3bb90450d220c8fb336b80a9a4bdc5cc49a380 (diff) | |
| download | emacs-d4166523bc8c4565cde24fcda56d3d5cdabb70ce.tar.gz emacs-d4166523bc8c4565cde24fcda56d3d5cdabb70ce.zip | |
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.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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@ | |||
| 40 | PROFILING_CFLAGS = @PROFILING_CFLAGS@ | 40 | PROFILING_CFLAGS = @PROFILING_CFLAGS@ |
| 41 | WARN_CFLAGS = @WARN_CFLAGS@ | 41 | WARN_CFLAGS = @WARN_CFLAGS@ |
| 42 | WERROR_CFLAGS = @WERROR_CFLAGS@ | 42 | WERROR_CFLAGS = @WERROR_CFLAGS@ |
| 43 | UPDATE_MANIFEST = @UPDATE_MANIFEST@ | ||
| 43 | 44 | ||
| 44 | # Program name transformation. | 45 | # Program name transformation. |
| 45 | TRANSFORM = @program_transform_name@ | 46 | TRANSFORM = @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. |
| 135 | SCRIPTS= rcs2log | 136 | SCRIPTS= 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}. |
| 138 | EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} | 139 | EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} |