Changeset 2659 for code/branches/buildsystem2/src
- Timestamp:
- Feb 14, 2009, 5:54:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/OrxonoxConfig.h.in
r2650 r2659 191 191 const char* const ORXONOX_MEDIA_PATH("../media"); 192 192 #elif defined(ORXONOX_PLATFORM_LINUX) 193 const char* const ORXONOX_MEDIA_PATH("../ share/orxonox");193 const char* const ORXONOX_MEDIA_PATH("../../share/orxonox"); 194 194 #else 195 195 /* TODO: Apple? */ 196 const char* const ORXONOX_MEDIA_PATH("../ share/orxonox");196 const char* const ORXONOX_MEDIA_PATH("../../share/orxonox"); 197 197 #endif 198 198
Note: See TracChangeset
for help on using the changeset viewer.