mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 21:42:13 +00:00
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
# Defines plugins to load
|
|
|
|
# Define plugin folder
|
|
PluginFolder=${OGRE_PLUGIN_DIR_REL}
|
|
|
|
# Define plugins
|
|
Plugin=RenderSystem_GL${DEBUG_SUFFIX}
|
|
Plugin=Plugin_ParticleFX${DEBUG_SUFFIX}
|
|
Plugin=Plugin_OctreeSceneManager${DEBUG_SUFFIX}
|
|
Plugin=Plugin_CgProgramManager${DEBUG_SUFFIX}
|
|
|