mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
15 lines
286 B
Plaintext
15 lines
286 B
Plaintext
|
# Defines plugins to load
|
||
|
|
||
|
# Define plugin folder
|
||
|
PluginFolder=..\Ogre\bin\debug\
|
||
|
|
||
|
# Define plugins
|
||
|
Plugin=RenderSystem_Direct3D9_d
|
||
|
Plugin=RenderSystem_GL_d
|
||
|
Plugin=Plugin_ParticleFX_d
|
||
|
Plugin=Plugin_BSPSceneManager_d
|
||
|
Plugin=Plugin_OctreeSceneManager_d
|
||
|
Plugin=Plugin_CgProgramManager_d
|
||
|
|
||
|
|