Fix MS-Windows build broken by "Install C source code"
* nt/epaths.nt (PATH_EMACS_SOURCE): Add definition.
This commit is contained in:
parent
f42d57c7db
commit
31efd1cea8
1 changed files with 4 additions and 0 deletions
|
|
@ -83,5 +83,9 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
/* Where Emacs should store game score files. */
|
||||
#define PATH_GAME "%emacs_dir%/var/games/emacs"
|
||||
|
||||
/* Where Emacs should look for its own installed source code,
|
||||
or the empty string if the source code is not installed. */
|
||||
#define PATH_EMACS_SOURCE "%emacs_dir%/share/emacs/@VER@"
|
||||
|
||||
/* Where Emacs should look for the application default file. */
|
||||
#define PATH_X_DEFAULTS ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue