Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 23, 2015, 11:57:53 AM (9 years ago)
Author:
landauf
Message:

added support for plugins in the buildsystem. plugins are like modules, but can be loaded/unloaded at runtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/Core.cc

    r10544 r10547  
    142142        orxout(internal_info) << "Executable path: " << ApplicationPaths::getExecutablePathString() << endl;
    143143        orxout(internal_info) << "Modules path:    " << ApplicationPaths::getModulePathString() << endl;
     144        orxout(internal_info) << "Plugins path:    " << ApplicationPaths::getPluginPathString() << endl;
    144145
    145146        orxout(internal_info) << "Data path:       " << ConfigurablePaths::getDataPathString() << endl;
Note: See TracChangeset for help on using the changeset viewer.