Mercurial > emacs
changeset 15020:85feb24c0ac5
With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 14 Apr 1996 17:28:05 +0000 |
parents | 30bc23af98e3 |
children | af36df262fc5 |
files | config.bat |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/config.bat Sun Apr 14 17:11:47 1996 +0000 +++ b/config.bat Sun Apr 14 17:28:05 1996 +0000 @@ -89,7 +89,7 @@ rm -f junk.c Goto End :gccOk -rm -f junk.c junk.o +rm -f junk.c junk.o junk junk.exe Echo Checking what version of DJGPP is installed... If Not "%DJGPP%" == "" goto djgppOk Echo To compile 'Emacs' under MS-DOS you MUST have DJGPP installed! @@ -105,7 +105,8 @@ echo {return 0;} >>junk.c echo #endif >>junk.c echo #endif >>junk.c -gcc -o junk.exe junk.c +gcc -o junk junk.c +if not exist junk.exe coff2exe junk junk If ErrorLevel 10 Goto go32Ok rm -f junk.c junk junk.exe