Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 2, 2008, 7:00:54 PM (16 years ago)
Author:
rgrieder
Message:
  • Modified cmake files to support library finding when using Visual Studio precompiled dependencies
  • Removed vorbisenc executable from library dependency
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/FindTCL.cmake

    r1776 r1872  
    3030  ../libs/tcl8.5.2/unix
    3131  ../libs/tcl8.5.2/macosx
     32  ${DEPENDENCY_DIR}/tcl-8.5.2/lib
    3233)
    3334
    3435FIND_LIBRARY(TCL_LIBRARY
    35   NAMES tcl tcl85 tcl8.5 tcl84 tcl8.4
     36  NAMES tcl tcl85 tcl8.5 tcl84 tcl8.4 tcl85t
    3637  PATHS ${TCLTK_POSSIBLE_LIB_PATHS}
    3738)
     
    5758  /usr/include/tcl8.4
    5859  ../libs/tcl8.5.2/generic
     60  ${DEPENDENCY_DIR}/tcl-8.5.2/include
    5961)
    6062
Note: See TracChangeset for help on using the changeset viewer.