Re: [PATCH] Add support for -Ttext-segment linker flag to set image base of a dll.

2013-03-02 Thread André Hentschel
Am 01.03.2013 10:39, schrieb Alexandre Julliard: > Tijl Coosemans writes: > >> --- >> configure.ac| 2 ++ >> tools/winegcc/winegcc.c | 8 >> 2 files changed, 10 insertions(+) > > This would have to be done based on the target platform, not on a > configure check. > @ Tijl

Re: [PATCH] Add support for -Ttext-segment linker flag to set image base of a dll.

2013-03-01 Thread Alexandre Julliard
Tijl Coosemans writes: > --- > configure.ac| 2 ++ > tools/winegcc/winegcc.c | 8 > 2 files changed, 10 insertions(+) This would have to be done based on the target platform, not on a configure check. -- Alexandre Julliard julli...@winehq.org