Moved osgProducer and osgproducerviewer out into their own repository.

Clean up the source for remaining references to osgProducer/Producer.
This commit is contained in:
Robert Osfield
2007-02-27 13:16:18 +00:00
parent 6a539c4110
commit eb4ad4229f
154 changed files with 672 additions and 8418 deletions

View File

@@ -5,12 +5,6 @@
#############################################################################
configure library "osgProducer"
dependency win32-debug "Producerd.lib"
dependency win32-release "Producer.lib"
dependency unix "-losgUtil -losgDB -lProducer -losgGA -losgText"
end
configure library "osgFX"
dependency unix "-losgUtil -losgDB"
end
@@ -287,10 +281,6 @@ suppress reflector "osgDB::Output"
# some types are incorrectly detected as value type or object type. Here we
# specify the type kind explicitly
configure reflector "osgProducer::KeyboardMouseCallback"
object-type
end
configure reflector "osgDB::ReentrantMutex"
object-type
end