Saulius Krasuckas <[EMAIL PROTECTED]> writes:
> what about the case when ~/.wine/dosdevices exists but is empty?
I don't think we need to worry about that, this shouldn't happen in
normal use.
> PS eghm, should it be bad for wineinstall and winecfg to share common code
> for creating links in do
> Log message:
> Only create the device symlinks the first time around.
> + # Check if dosdevices exists and create it if necessary
> + if [ ! -d ~/.wine/dosdevices ]
> + then
> +mkdir ~/.wine/dosdevices
> +ln -s /mnt/fd0 ~/.wine/dosdevices/a:
> +ln -s $CROOT ~/.wine/dosdevice
On Wed, 12 Nov 2003 07:33:36 +, Sir Robert Shearman scribed thus:
>> Log message:
>> Added a wine-glibc binary that detects the glibc threading
>> in use and
>> execs the corresponding wine binary.
>> Removed the --with-nptl configure option.
>
> Cool! Well done.
>
> Rob
Seco
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Alexandre Julliard
> Sent: 12 November 2003 03:28
> To: [EMAIL PROTECTED]
> Subject: wine/ tools/wineinstall loader/Makefile.in loa ...
>
> Log message:
> Added a wine-gl