Updates form Randall Hopper for the FreeBSD build

This commit is contained in:
Robert Osfield
2001-12-29 12:28:24 +00:00
parent c236e38b90
commit 460a78b454
4 changed files with 15 additions and 4 deletions

View File

@@ -6,6 +6,9 @@ DIRS = sgv osgconv osgcube osgreflect osgtexture osgimpostor osgviews hangglide
# comment out if you don't have the freetype and GLU1.3 library installed.
DIRS += osgtext
# 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