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

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sat, 22 Jul 2006 23:46:03 +0000 (GMT)


Author: chris
Date: 2006-07-22 23:45:55 +0000 (Sat, 22 Jul 2006)
New Revision: 673

Modified:
   box/chris/general/infrastructure/makebuildenv.pl
Log:
* makebuildenv.pl
- Fixed test for which files should be built under Unix


Modified: box/chris/general/infrastructure/makebuildenv.pl
===================================================================
--- box/chris/general/infrastructure/makebuildenv.pl	2006-07-22 23:25:22 UTC (rev 672)
+++ box/chris/general/infrastructure/makebuildenv.pl	2006-07-22 23:45:55 UTC (rev 673)
@@ -584,7 +584,7 @@
 		}
 		else
 		{
-			next if not $is_rc;
+			next if not $is_cpp;
 		}
 
 		next if $file =~ /\A\._/; # Temp Mac OS Resource hack