c++ - Preventing generation of bad exe
- "Matthew" <matthew stlsoft.org> Apr 14 2004
- "tjulian" <tjulian removethis.oldi.com> Apr 14 2004
- "Julio César Carrascal Urquijo" <jcesar phreaker.net> Apr 14 2004
- "Walter" <walter digitalmars.com> Apr 14 2004
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









"tjulian" <tjulian removethis.oldi.com> 