Revision: 41913
http://brlcad.svn.sourceforge.net/brlcad/?rev=41913&view=rev
Author: starseeker
Date: 2011-01-04 14:00:23 +0000 (Tue, 04 Jan 2011)
Log Message:
-----------
Add the generalization of shaders.sh to trunk too
Modified Paths:
--------------
brlcad/trunk/regress/shaders.sh
Modified: brlcad/trunk/regress/shaders.sh
===================================================================
--- brlcad/trunk/regress/shaders.sh 2011-01-04 04:17:08 UTC (rev 41912)
+++ brlcad/trunk/regress/shaders.sh 2011-01-04 14:00:23 UTC (rev 41913)
@@ -66,13 +66,19 @@
exit 1
fi
+GENCOLOR="`ensearch gencolor`"
+if test ! -f "$GENCOLOR" ; then
+ echo "Unable to find gencolor, aborting"
+ exit 1
+fi
+
EAGLECAD=eagleCAD-512x438.pix
rm -f shaders.rt shaders.g shaders.rt.pix shaders.pixdiff.log shaders.rt.log
shaders.log shaders.txt shaders.dat $EAGLECAD shaders.mged
TOP_SRCDIR=$1
if [ ! -f ebm.bw ] ; then
- ../src/util/gencolor -r205 0 16 32 64 128 | dd of=ebm.bw bs=1024 count=1
+ $GENCOLOR -r205 0 16 32 64 128 | dd of=ebm.bw bs=1024 count=1
fi
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits