Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r742 - branches/itanium2/Core


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r742 - branches/itanium2/Core
  • Date: Thu, 1 Dec 2005 01:36:06 -0700 (MST)

Author: abe
Date: Thu Dec  1 01:36:06 2005
New Revision: 742

Modified:
   branches/itanium2/Core/CMakeLists.txt
Log:

Neglected to commit cmake file in previous revision

M    CMakeLists.txt


Modified: branches/itanium2/Core/CMakeLists.txt
==============================================================================
--- branches/itanium2/Core/CMakeLists.txt       (original)
+++ branches/itanium2/Core/CMakeLists.txt       Thu Dec  1 01:36:06 2005
@@ -29,7 +29,9 @@
      )
 SET (CORE_SOURCES ${CORE_SOURCES}
      Util/Args.h
-     Util/Args.cc)
+     Util/Args.cc
+     Util/ThreadStorageAllocator.h
+     Util/ThreadStorageAllocator.cc)
 SET (CORE_SOURCES ${CORE_SOURCES}
      Geometry/AffineTransform.h
      Geometry/AffineTransform.cc




  • [MANTA] r742 - branches/itanium2/Core, abe, 12/01/2005

Archive powered by MHonArc 2.6.16.

Top of page