Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1826 - trunk/scenes/galileo


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1826 - trunk/scenes/galileo
  • Date: Tue, 6 Nov 2007 13:06:44 -0700 (MST)

Author: bigler
Date: Tue Nov  6 13:06:43 2007
New Revision: 1826

Modified:
   trunk/scenes/galileo/CMakeLists.txt
Log:
scenes/galileo/CMakeLists.txt

  Add YY_NO_UNPUT to remove yyunput compilation and fix a warning
  indicating the symbol was usused.


Modified: trunk/scenes/galileo/CMakeLists.txt
==============================================================================
--- trunk/scenes/galileo/CMakeLists.txt (original)
+++ trunk/scenes/galileo/CMakeLists.txt Tue Nov  6 13:06:43 2007
@@ -14,6 +14,9 @@
       ${CMAKE_CURRENT_BINARY_DIR}
       )
 
+    # This will eliminate the yyunput function that isn't used.
+    ADD_DEFINITIONS(-DYY_NO_UNPUT)
+    
     ADD_LIBRARY(scene_galileo galileo.cc ${BF_SOURCES})
     TARGET_LINK_LIBRARIES(scene_galileo ${MANTA_SCENE_LINK})
     




  • [Manta] r1826 - trunk/scenes/galileo, bigler, 11/06/2007

Archive powered by MHonArc 2.6.16.

Top of page