Mail Archives: djgpp/1996/07/23/11:42:37
On Tue, 23 Jul 1996 kagel AT quasar DOT bloomberg DOT com wrote:
> The easiest way to create a DOS executable is to include the -o xxx.exe option.
> If you specify to gcc that you want an exe file, by including the .exe suffix
> in the argument to the -o option, gcc will run coff2exe for you.
The above is only true for DJGPP v2.0, while the original poster seems to
to use both v1.x and v2 (and even mix the two versions freely, like
running stubify on v1.x COFF file).
- Raw text -