1
0
Fork 0

Include some missed osg plugins, thanks Fred.

This commit is contained in:
James Turner 2010-11-09 19:09:05 +00:00
parent 0821eb549b
commit d6dfecc927

View file

@ -3,7 +3,7 @@
require 'ERB' require 'ERB'
$osgLibs = ['osgFX', 'osgParticle', 'osg', 'osgGA', 'osgText', 'osgUtil', 'osgSim', 'osgViewer', 'osgDB'] $osgLibs = ['osgFX', 'osgParticle', 'osg', 'osgGA', 'osgText', 'osgUtil', 'osgSim', 'osgViewer', 'osgDB']
$osgPlugins = ['ac', 'osg', 'freetype', 'qt', 'imageio', 'rgb', 'txf'] $osgPlugins = ['ac', 'osg', 'freetype', 'qt', 'imageio', 'rgb', 'txf', 'mdl', '3ds']
def runOsgVersion(option) def runOsgVersion(option)
env = "export DYLD_LIBRARY_PATH=#{Dir.pwd}/dist/lib" env = "export DYLD_LIBRARY_PATH=#{Dir.pwd}/dist/lib"