[Box Backup-dev] COMMIT r655 - box/chris/general/infrastructure

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Wed, 19 Jul 2006 18:44:30 +0000 (GMT)


Author: chris
Date: 2006-07-19 18:44:28 +0000 (Wed, 19 Jul 2006)
New Revision: 655

Modified:
   box/chris/general/infrastructure/makebuildenv.pl
Log:
* makebuildenv.pl
- Added lib/server to implicit includes to help tests find ServerControl.h


Modified: box/chris/general/infrastructure/makebuildenv.pl
===================================================================
--- box/chris/general/infrastructure/makebuildenv.pl	2006-07-19 18:43:52 UTC (rev 654)
+++ box/chris/general/infrastructure/makebuildenv.pl	2006-07-19 18:44:28 UTC (rev 655)
@@ -40,7 +40,8 @@
 my $windows_include_path = "";
 if ($target_windows)
 {
-	$windows_include_path = "-I../../lib/win32 -I../../lib/common ";
+	$windows_include_path = "-I../../lib/win32 -I ../../lib/common " .
+		"-I../../lib/server ";
 	push @implicit_deps, "lib/win32";
 }
 else