Date: Fri, 13 Mar 1998 16:24:16 -0600 From: jeffw AT darwin DOT sfbr DOT org (Jeff Williams) Message-Id: <199803132224.QAA08929@kendall.> To: djgpp AT delorie DOT com Subject: Disable generation of stubified executable Precedence: bulk Hello, Is there a way to disable the automatic generation of `.exe' files when using DJGPP gcc under bash? I have for now put a extra command in my makefiles to delete the .exe version, but is there a better way? I thought the file ./bin/coff2exe.bat might be involved, but if I disable this file the .exe file is still produced. I work almost exclusively under bash, so I really don't need the stubified version of the exectuables. TIA jeff williams jeffw AT darwin DOT sfbr DOT org