[Box Backup-dev] COMMIT r401 - box/chris/win32/cygwin-compile-fixes/infrastructure

Ben Summers boxbackup-dev@fluffy.co.uk
Tue, 7 Feb 2006 11:56:32 +0000


On 7 Feb 2006, at 11:53, subversion@fluffy.co.uk wrote:


>
>  my $windows_include_path = "-I../../lib/win32 ";
> -if ($target_os ne "mingw32" && $target_os ne "winnt")
> +if ($target_os ne "mingw32" && $target_os ne "cygwin")

won't that break the MSVC port?

Ben