diff options
| author | Eli Zaretskii | 2020-01-25 19:43:14 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-01-25 19:43:14 +0200 |
| commit | 31efd1cea8d692a0b77101ec161a8cf290471ade (patch) | |
| tree | ba0eeff842ae6e98927cf2335d3e57756c9c7e8a | |
| parent | f42d57c7dbd571b449270c8899a67e537561c2b2 (diff) | |
| download | emacs-31efd1cea8d692a0b77101ec161a8cf290471ade.tar.gz emacs-31efd1cea8d692a0b77101ec161a8cf290471ade.zip | |
Fix MS-Windows build broken by "Install C source code"
* nt/epaths.nt (PATH_EMACS_SOURCE): Add definition.
| -rw-r--r-- | nt/epaths.nt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/epaths.nt b/nt/epaths.nt index 62e77490634..96e1f5b4663 100644 --- a/nt/epaths.nt +++ b/nt/epaths.nt | |||
| @@ -83,5 +83,9 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 83 | /* Where Emacs should store game score files. */ | 83 | /* Where Emacs should store game score files. */ |
| 84 | #define PATH_GAME "%emacs_dir%/var/games/emacs" | 84 | #define PATH_GAME "%emacs_dir%/var/games/emacs" |
| 85 | 85 | ||
| 86 | /* Where Emacs should look for its own installed source code, | ||
| 87 | or the empty string if the source code is not installed. */ | ||
| 88 | #define PATH_EMACS_SOURCE "%emacs_dir%/share/emacs/@VER@" | ||
| 89 | |||
| 86 | /* Where Emacs should look for the application default file. */ | 90 | /* Where Emacs should look for the application default file. */ |
| 87 | #define PATH_X_DEFAULTS "" | 91 | #define PATH_X_DEFAULTS "" |