Thread overview | ||||||
---|---|---|---|---|---|---|
|
April 14, 2004 Preventing generation of bad exe | ||||
---|---|---|---|---|
| ||||
Is there a DMD.exe (or LINK.exe) option which prevents generation of .exe output files on link failure? |
April 14, 2004 Re: Preventing generation of bad exe | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew | Matthew wrote:
> Is there a DMD.exe (or LINK.exe) option which prevents generation of .exe output files on link failure?
link /delexecutable
--
TimJ
|
April 14, 2004 Re: Preventing generation of bad exe | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew | 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? |
April 14, 2004 Re: Preventing generation of bad exe | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew | "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 |
Copyright © 1999-2021 by the D Language Foundation