diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-06-25 10:17:14 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-06-25 10:17:14 +0000 |
commit | 216ea949c6355f24d036d183e74fad3bf8cc051c (patch) | |
tree | 3cd2a0d76f540774f097fc4879549c765fe3679e /Build/source | |
parent | c19aed691703d56f721287f96fd5d251cb155b15 (diff) |
define EXEEXT if DOSISH is defined.
git-svn-id: svn://tug.org/texlive/trunk@30926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 1 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/config.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 0ae9186f549..1650d82a3f7 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -3,6 +3,7 @@ * win32lib.c: Unify two win32lib.c's in w32 sources. * progname.c, texmf.cnf: Define SELFAUTOGRANDPARENT to give a robust TEXMFLOCAL. + * config.h: define EXEEXT if DOSISH is defined. 2013-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/kpathsea/config.h b/Build/source/texk/kpathsea/config.h index 067777ab584..c1cde4efdeb 100644 --- a/Build/source/texk/kpathsea/config.h +++ b/Build/source/texk/kpathsea/config.h @@ -45,6 +45,7 @@ /* case-insensitive filename comparisons? */ #if defined (DOSISH) #define MONOCASE_FILENAMES +#define EXEEXT ".exe" #endif /* NULL device. */ |