mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-28 18:45:33 +00:00
15 lines
286 B
Text
15 lines
286 B
Text
|
# 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
|
||
|
|
||
|
|