www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Preventing generation of bad exe

↑ ↓ ← "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
→ "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
→ "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
→ "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