[Common-cvs] unittest utuilib,1.1.34.3,1.1.34.4

[Common-cvs] unittest utuilib,1.1.34.3,1.1.34.4

margotm at helixcommunity.org margotm at helixcommunity.org
Tue Nov 8 07:45:14 PST 2005


Update of /cvsroot/common/unittest
In directory cvs:/tmp/cvs-serv17399

Modified Files:
      Tag: hxclient_1_3_0_neptunex
	utuilib 
Log Message:
No utuilib.a archive being created because there were no object
files to archive.  Build failing when trying to copy non-existant
utuilib.a to another directory.

Committing in .

Modified Files:
Tag: hxclient_1_3_0_neptunex
 	utuilib 


Index: utuilib
===================================================================
RCS file: /cvsroot/common/unittest/utuilib,v
retrieving revision 1.1.34.3
retrieving revision 1.1.34.4
diff -u -d -r1.1.34.3 -r1.1.34.4
--- utuilib	9 Jul 2004 01:48:28 -0000	1.1.34.3
+++ utuilib	8 Nov 2005 15:45:11 -0000	1.1.34.4
@@ -51,4 +51,7 @@
 
 UmakefileVersion(2,0)
 
-LibraryTarget('utuilib')
+if len(project.sources) > 0:
+    LibraryTarget('utuilib')
+else:
+    EmptyTarget()




More information about the Common-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.