Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r462 - branches/itanium2/Engine


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r462 - branches/itanium2/Engine
  • Date: Sun, 31 Jul 2005 00:52:07 -0600 (MDT)

Author: abe
Date: Sun Jul 31 00:52:06 2005
New Revision: 462

Modified:
   branches/itanium2/Engine/CMakeLists.txt
Log:
Removed reference to unfinished code

Modified: branches/itanium2/Engine/CMakeLists.txt
==============================================================================
--- branches/itanium2/Engine/CMakeLists.txt     (original)
+++ branches/itanium2/Engine/CMakeLists.txt     Sun Jul 31 00:52:06 2005
@@ -7,7 +7,7 @@
 INCLUDE (PixelSamplers/CMakeLists.txt)
 INCLUDE (Renderers/CMakeLists.txt)
 INCLUDE (Shadows/CMakeLists.txt)
-INCLUDE (Animators/CMakeLists.txt)
+# INCLUDE (Animators/CMakeLists.txt)
 
 ADD_LIBRARY (Manta_Engine
              ${Manta_Control_SRCS}
@@ -18,7 +18,7 @@
              ${Manta_PixelSamplers_SRCS}
              ${Manta_Renderers_SRCS}
              ${Manta_Shadows_SRCS}
-             ${Manta_Animators_SRCS}
+#             ${Manta_Animators_SRCS}
              )
 
 




  • [MANTA] r462 - branches/itanium2/Engine, abe, 07/31/2005

Archive powered by MHonArc 2.6.16.

Top of page