From 8cdaacaf133d68cf0ce7d20cc84888028dd1b3b6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 Apr 1996 17:28:05 +0000 Subject: [PATCH] With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program. --- config.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.bat b/config.bat index dee6f7594b..cf3fa8c9ba 100644 --- a/config.bat +++ b/config.bat @@ -89,7 +89,7 @@ Echo To configure 'Emacs' you need to have 'gcc'! 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 #else >>junk.c 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 -- 2.20.1