Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2009, 5:54:36 PM (15 years ago)
Author:
rgrieder
Message:

Several small fixes. Installs and runs on tardis now (not to /usr of course).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/OrxonoxConfig.h.in

    r2650 r2659  
    191191    const char* const ORXONOX_MEDIA_PATH("../media");
    192192#elif defined(ORXONOX_PLATFORM_LINUX)
    193     const char* const ORXONOX_MEDIA_PATH("../share/orxonox");
     193    const char* const ORXONOX_MEDIA_PATH("../../share/orxonox");
    194194#else
    195195    /* TODO: Apple? */
    196     const char* const ORXONOX_MEDIA_PATH("../share/orxonox");
     196    const char* const ORXONOX_MEDIA_PATH("../../share/orxonox");
    197197#endif
    198198   
Note: See TracChangeset for help on using the changeset viewer.