Re: Resources and more with Darwin

2003-03-05 Thread Alexandre Julliard
"Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: > I have been away for a while, but after a little investigation I found > this in this day CVS status wine/Make.rules.in : > > .res.res.o: > $(WINDRES) -i $< -o > > so I guess that wine still use windres :( ... So I think I will have > to

Re: Resources and more with Darwin

2003-03-05 Thread Pierre d'Herbemont
Hey, On Tuesday, February 18, 2003, at 02:26 PM, Marcus Meissner wrote: "First, windres supports any conversions between .rc, .res, .o files, whereas wrc supports only .rc -> .res. It would be interesting (from the Winelib point of view) to also support .rc and .res -> .o. The other transforma

Re: Resources and more with Darwin

2003-02-18 Thread Marcus Meissner
> "First, windres supports any conversions between .rc, .res, .o > files, whereas wrc supports only .rc -> .res. It would be > interesting (from the Winelib point of view) to also support > .rc and .res -> .o. The other transformations supported by > windres (.o -> .res -> .rc) are not as inter

Re: Resources and more with Darwin

2003-02-17 Thread Pierre d'Herbemont
Hi, On Sunday, February 16, 2003, at 08:34 PM, Marcus Meissner wrote: On Sun, Feb 16, 2003 at 06:22:56PM +0100, Pierre d'Herbemont wrote: Hi all! I am trying to build wine onto Max OS X/Darwin. I am getting trouble with windres and the *.res files. I would like to know if it would be possible

Re: Resources and more with Darwin

2003-02-17 Thread Pierre d'Herbemont
On Sunday, February 16, 2003, at 09:49 PM, Eric Pouech wrote: Also I would like to know in which measure is the Elf file format implicated in wine (in opposition to darwin's mach-o). It is not, but basically we require shared libraries of some kind. (except in winedbg where you somehow rely on

Re: Resources and more with Darwin

2003-02-16 Thread Eric Pouech
Also I would like to know in which measure is the Elf file format implicated in wine (in opposition to darwin's mach-o). It is not, but basically we require shared libraries of some kind. (except in winedbg where you somehow rely on some ELF intrinsics) A+ -- Eric Pouech

Re: Resources and more with Darwin

2003-02-16 Thread Marcus Meissner
On Sun, Feb 16, 2003 at 06:22:56PM +0100, Pierre d'Herbemont wrote: > Hi all! > > I am trying to build wine onto Max OS X/Darwin. I am getting trouble > with windres and the *.res files. I would like to know if it would be > possible to have winelib running without those resources, I mean, could

Resources and more with Darwin

2003-02-16 Thread Pierre d'Herbemont
Hi all! I am trying to build wine onto Max OS X/Darwin. I am getting trouble with windres and the *.res files. I would like to know if it would be possible to have winelib running without those resources, I mean, could I build a program and link it fine without those resources? In a second tim