diff options
-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. */ |