Added support for parents to Drawables.

Bumped up version numbers in prep for 0.8.44.
This commit is contained in:
Robert Osfield
2002-02-08 22:55:21 +00:00
parent 4c5fcd3f61
commit 2075eb0100
15 changed files with 137 additions and 40 deletions

View File

@@ -9,9 +9,6 @@ DIRS += osgtext
# comment out if you don't have support for networking.
DIRS += osgcluster
# comment out if you don't have the wxWindows installed.
# DIRS += wxsgv
all :
for f in $(DIRS) ; do cd $$f; $(MAKE) || exit 1; cd ..; done