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

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Tue, 7 Feb 2006 11:53:18 +0000 (GMT)


Author: chris
Date: 2006-02-07 11:53:15 +0000 (Tue, 07 Feb 2006)
New Revision: 401

Modified:
   box/chris/win32/cygwin-compile-fixes/infrastructure/makebuildenv.pl
Log:
* makebuildenv.pl
- Include lib/win32 on Cygwin as well


Modified: box/chris/win32/cygwin-compile-fixes/infrastructure/makebuildenv.pl
===================================================================
--- box/chris/win32/cygwin-compile-fixes/infrastructure/makebuildenv.pl	2006-02-07 11:52:53 UTC (rev 400)
+++ box/chris/win32/cygwin-compile-fixes/infrastructure/makebuildenv.pl	2006-02-07 11:53:15 UTC (rev 401)
@@ -39,7 +39,7 @@
 my %env_flags;
 
 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")
 {
 	$windows_include_path = "";
 	$env_flags{'IGNORE_lib/win32'} = 1;