On Sun, May 22, 2011 at 06:26:45AM -0700, James McKenzie wrote:
On 5/21/11 11:51 PM, Marcus Meissner wrote:
On Sat, May 21, 2011 at 05:57:40PM -0700, James McKenzie wrote:
On 5/19/11 1:51 PM, Marcus Meissner wrote:
It is trivial. You basically build wine twice, once in the 32bit environment and once inthe 64bit one.
Maybe Wine can look into some sort of merge process to build both and at runtime select one or the other? I don't know if this is possible, I'm just 'throwing the idea out there'.
Not sure what you mean.
If you install 64 bit wine + 32bit stuff I listed, you will have a 64+32 bit capable wine setup.
That was the answer I was looking for. Thank you, Marcus. The ability is already there. So, if I install 64 bit wine on a 64 bit machine it should work something like what Windows does now, one directory (wineprefix) for 64 bitness and one directory (wineprefix) for 32 bitness.
wineprefix for the installed .exe and .dlls? as in ~/.wine/ ?
A 64bit install and/or a 32bit install will use just 1 wineprefix (~/.wine)
If the setup is done by the 64bit binary, it will be set up in away that both 64 and 32bit windows binaries will work.
But 64bit and 32bit ~/.wine are not seperate.
Ciao, Marcus