Re: [Mingw-w64-public] adding dos stub program with ld to PE binary

2014-12-07 Thread dw
were asking for, but perhaps it can give you what you need? dw On 12/5/2014 2:26 PM, bulk 88 wrote: > Date: Fri, 5 Dec 2014 09:49:55 +0100 > From: ktiet...@googlemail.com > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] adding dos stub program with ld

Re: [Mingw-w64-public] adding dos stub program with ld to PE binary

2014-12-06 Thread dw
sts.sourceforge.net > Subject: Re: [Mingw-w64-public] adding dos stub program with ld to PE binary > > 2014-12-05 6:45 GMT+01:00 bulk88 : > > What is the GCC ld equivalent of Visual C's -stub ? > > http://msdn.microsoft.com/en-us/library/7z0585h5.aspx I need to add a M

Re: [Mingw-w64-public] adding dos stub program with ld to PE binary

2014-12-05 Thread bulk 88
> Date: Fri, 5 Dec 2014 09:49:55 +0100 > From: ktiet...@googlemail.com > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] adding dos stub program with ld to PE binary > > 2014-12-05 6:45 GMT+01:00 bulk88 : > > What is the GCC ld equiva

Re: [Mingw-w64-public] adding dos stub program with ld to PE binary

2014-12-05 Thread Kai Tietz
2014-12-05 6:45 GMT+01:00 bulk88 : > What is the GCC ld equivalent of Visual C's -stub ? > http://msdn.microsoft.com/en-us/library/7z0585h5.aspx I need to add a MZ > header-ed dos program to my PE binary instead of the default "This > program cannot be run in DOS mode" program. > Hmm, interesting

[Mingw-w64-public] adding dos stub program with ld to PE binary

2014-12-04 Thread bulk88
What is the GCC ld equivalent of Visual C's -stub ? http://msdn.microsoft.com/en-us/library/7z0585h5.aspx I need to add a MZ header-ed dos program to my PE binary instead of the default "This program cannot be run in DOS mode" program. ---