www.digitalmars.com         C & C++   DMDScript  

c++ - Preventing generation of bad exe

reply "Matthew" <matthew stlsoft.org> writes:
Is there a DMD.exe (or LINK.exe) option which prevents generation of .exe
output files on link failure?
Apr 14 2004
next sibling parent "tjulian" <tjulian removethis.oldi.com> writes:
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
prev sibling next sibling parent "Julio César Carrascal Urquijo" <jcesar phreaker.net> writes:
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
prev sibling parent "Walter" <walter digitalmars.com> writes:
"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