Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2009, 9:31:31 PM (16 years ago)
Author:
rgrieder
Message:

Fixed installation: The Tcl script library should now be found in the installed version as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource/src/SpecialConfig.h.in

    r3344 r3345  
    8888    const char ORXONOX_LOG_DEV_PATH[]         = "@CMAKE_LOG_OUTPUT_DIRECTORY@";
    8989#endif
     90#ifdef DEPENDENCY_PACKAGE_ENABLE
     91    const char ORXONOX_DEP_LIB_PATH[]         = "@DEP_LIBRARY_DIR@";
     92#endif
    9093
    91     /* OGRE Plugins */
     94    // OGRE PLUGINS
    9295#ifdef NDEBUG
    9396    const char ORXONOX_OGRE_PLUGINS[] = "@OGRE_PLUGINS_RELEASE@";
     
    105108#  endif
    106109#endif
    107 
    108     /* Tcl */
    109 #ifdef DEPENDENCY_PACKAGE_ENABLE
    110     const char ORXONOX_TCL_LIBRARY_PATH[] = "@TCL_LIBRARY_DIR@";
    111 #endif
    112110}
    113111
Note: See TracChangeset for help on using the changeset viewer.