Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 23, 2009, 11:31:02 PM (15 years ago)
Author:
rgrieder
Message:

Removed almost everything. Should be working already, but not yet tested on Unix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/SpecialConfig.h.in

    r5695 r5774  
    4444
    4545/**
    46 @def CEGUILUA_USE_INTERNAL_LIBRARY
    47     Set whether we must suffix "ceguilua/" for the CEGUILua.h include
    48 */
    49 #cmakedefine CEGUILUA_USE_INTERNAL_LIBRARY
    50 
    51 /**
    5246@def DEPENDENCY_PACKAGE_ENABLE
    5347    Defined if a precompiled depdency package was used. We then copy all libraries
     
    9084    // DEVELOPMENT RUN PATHS
    9185    const char dataDevDirectory[]           = "@DATA_DIRECTORY@";
    92     const char externalDataDevDirectory[]   = "@EXTERNAL_DATA_DIRECTORY@";
    9386#ifdef CMAKE_CONFIGURATION_TYPES
    9487    const char moduleDevDirectory[]         = "@CMAKE_MODULE_OUTPUT_DIRECTORY@/" BOOST_PP_STRINGIZE(CMAKE_BUILD_TYPE);
     
    107100    // Module extension
    108101    const char moduleExtension[] = "@ORXONOX_MODULE_EXTENSION@";
    109 
    110     // OGRE PLUGINS
    111 #ifdef NDEBUG
    112     const char ogrePlugins[] = "@OGRE_PLUGINS_RELEASE@";
    113 #  ifdef DEPENDENCY_PACKAGE_ENABLE
    114     const char ogrePluginsDirectory[] = ".";
    115 #  else
    116     const char ogrePluginsDirectory[] = "@OGRE_PLUGINS_FOLDER_RELEASE@";
    117 #  endif
    118 #else
    119     const char ogrePlugins[] = "@OGRE_PLUGINS_DEBUG@";
    120 #  ifdef DEPENDENCY_PACKAGE_ENABLE
    121     const char ogrePluginsDirectory[] = ".";
    122 #  else
    123     const char ogrePluginsDirectory[] = "@OGRE_PLUGINS_FOLDER_DEBUG@";
    124 #  endif
    125 #endif
    126102} }
    127103
Note: See TracChangeset for help on using the changeset viewer.