c++ - Preventing generation of bad exe
- Matthew (2/2) Apr 14 2004 Is there a DMD.exe (or LINK.exe) option which prevents generation of .ex...
- tjulian (4/6) Apr 14 2004 link /delexecutable
- Julio César Carrascal Urquijo (3/5) Apr 14 2004 dmd -L/DE test.d
- Walter (3/5) Apr 14 2004 www.digitalmars.com/ctg/ctgLinkSwitches.html#delexecutable
Is there a DMD.exe (or LINK.exe) option which prevents generation of .exe output files on link failure?
Apr 14 2004
Matthew wrote:Is there a DMD.exe (or LINK.exe) option which prevents generation of .exe output files on link failure?link /delexecutable -- TimJ
Apr 14 2004
dmd -L/DE test.d "Matthew" <matthew stlsoft.org> escribió en el mensaje news:c5j794$1613$1 digitaldaemon.com...Is there a DMD.exe (or LINK.exe) option which prevents generation of .exe output files on link failure?
Apr 14 2004
"Matthew" <matthew stlsoft.org> wrote in message news:c5j794$1613$1 digitaldaemon.com...Is there a DMD.exe (or LINK.exe) option which prevents generation of .exe output files on link failure?www.digitalmars.com/ctg/ctgLinkSwitches.html#delexecutable
Apr 14 2004