Update of /cvsroot/opal/opal/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16582/src
Modified Files:
SConscript
Log Message:
Updated scons script.
Index: SConscript
===================================================================
RCS file: /cvsroot/opal/opal/src/SConscript,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** SConscript 2 Dec 2005 01:47:16 -0000 1.23
--- SConscript 10 Dec 2005 23:38:50 -0000 1.24
***************
*** 54,57 ****
--- 54,59 ----
ThrusterMotorData.h
Vec3r.h
+ VelocityMotor.h
+ VelocityMotorData.h
VolumeSensor.h
VolumeSensorData.h
***************
*** 83,86 ****
--- 85,89 ----
VolumeSensor.cpp
Vec3r.cpp
+ VelocityMotor.cpp
""")
|