Updates for IRIX build, and docs updates.

This commit is contained in:
Robert Osfield
2002-02-12 22:51:18 +00:00
parent 18d1365a22
commit 3ef8e4b0dd
7 changed files with 25 additions and 37 deletions

View File

@@ -44,10 +44,6 @@ class DynGeoSet : public osg::GeoSet
public:
DynGeoSet();
virtual osg::Object* clone() const { return new DynGeoSet(); }
virtual bool isSameKindAs(const osg::Object* obj) const { return dynamic_cast<const DynGeoSet*>(obj)!=NULL; }
virtual const char* className() const { return "GeoSet"; }
int compare(const DynGeoSet& rhs) const
{

View File

@@ -1,6 +1,5 @@
#!smake
SHELL = /bin/sh
OSGHOME = $(shell cd ../../..; pwd)
include $(OSGHOME)/Make/makedefs