Show
Ignore:
Timestamp:
06/07/08 03:35:15 (6 months ago)
Author:
krobillard
Message:

Added show, hide, and gui_setMouseFocus().
Quit & halt propogate up nested ur_eval() calls.
Thune-gl RPM builds again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/cmake_modules/FindThune.cmake

    r517 r537  
    1 FIND_PATH(THUNE_INCLUDE_DIR urlan.h /usr/include /usr/local/include) 
     1FIND_PATH(THUNE_INCLUDE_DIR urlan.h /usr/include/thune /usr/local/include/thune) 
    22 
    33FIND_LIBRARY(THUNE_LIBRARY NAMES thune PATH /usr/lib64 /usr/local/lib64 /usr/lib /usr/local/lib)