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

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Tue, 28 Feb 2006 21:01:28 +0000 (GMT)


Author: chris
Date: 2006-02-28 21:01:21 +0000 (Tue, 28 Feb 2006)
New Revision: 534

Modified:
   box/chris/general/infrastructure/makebuildenv.pl
Log:
* makebuildenv.pl
- Always build Windows resources by adding them to the library 
  dependencies, even though placing them in the library has no effect. 
  Otherwise they would never be built.


Modified: box/chris/general/infrastructure/makebuildenv.pl
===================================================================
--- box/chris/general/infrastructure/makebuildenv.pl	2006-02-28 20:59:54 UTC (rev 533)
+++ box/chris/general/infrastructure/makebuildenv.pl	2006-02-28 21:01:21 UTC (rev 534)
@@ -583,7 +583,7 @@
 
 		# store for later
 		my $base = $1;
-		push @obj_base,$base unless $is_rc;
+		push @obj_base,$base;
 	
 		# get the file...
 		open FL,"$mod/$file";