X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: Disable EXE file creation on linking Date: Sun, 29 Jun 2008 17:21:17 -0700 (PDT) Organization: http://groups.google.com Lines: 17 Message-ID: <218d96f8-2830-45cd-8150-2f1d3133cabc@k30g2000hse.googlegroups.com> References: <6cibtrF3fserjU1 AT mid DOT individual DOT net> <200806262033 DOT m5QKXKBS029968 AT envy DOT delorie DOT com> <6cie06F1gurclU1 AT mid DOT individual DOT net> <200806262102 DOT m5QL2Dfp030919 AT envy DOT delorie DOT com> <6cif2mF3grqnkU1 AT mid DOT individual DOT net> <200806262116 DOT m5QLGnCm031339 AT envy DOT delorie DOT com> <6ciffuF3fo1boU1 AT mid DOT individual DOT net> <200806262132 DOT m5QLWpfO031724 AT envy DOT delorie DOT com> <6cih5bF3g9282U1 AT mid DOT individual DOT net> <200806262205 DOT m5QM5CS5032590 AT envy DOT delorie DOT com> <200806270253 DOT m5R2r1ok007511 AT envy DOT delorie DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1214785277 9377 127.0.0.1 (30 Jun 2008 00:21:17 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 30 Jun 2008 00:21:17 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k30g2000hse.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m5U0U128027565 Reply-To: djgpp AT delorie DOT com On Jun 26, 9:53 pm, DJ Delorie wrote: > Right, I'm thinking we could extend stubify too: > > stubify -s cwsdpmi.exe foo >         adds the specified stub. > > stubify foo.exe >         replaces the existing stub with a new default one. > > stubify -s cwsdpmi.exe foo.exe >         replaces the existing stub with a new specified one. You tell me, but how many different stubs are there? Besides the default, there's CWSDSTUB, WDOSX, PMODE/DJ, D3X, what else?? Maybe some modified thingy from (old) DJP? (Actually, WDOSX might be moot since it's packed in its own unpackable compression format and even the -nowfse doesn't seem to work anymore.)