From df362da11b5c04849ad4b7d6a76ed20c2dbca443 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 5 Oct 2001 10:39:27 +0000 Subject: [PATCH] Added bmp osgPlugin, written by Geoff Michel. --- VisualStudio/VisualStudio.dsw | 18 ++++++++++++++++++ src/osgPlugins/Makefile | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/VisualStudio/VisualStudio.dsw b/VisualStudio/VisualStudio.dsw index 97ab436bd..add497943 100644 --- a/VisualStudio/VisualStudio.dsw +++ b/VisualStudio/VisualStudio.dsw @@ -459,6 +459,24 @@ Package=<4> ############################################################################### +Project: "bmp"=".\osgPlugins\bmp\bmp.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name osg + End Project Dependency + Begin Project Dependency + Project_Dep_Name osgDB + End Project Dependency +}}} + +############################################################################### + Project: "dot_osg"=".\osgPlugins\osg\dot_osg.dsp" - Package Owner=<4> Package=<5> diff --git a/src/osgPlugins/Makefile b/src/osgPlugins/Makefile index 4ca67a40f..971426274 100644 --- a/src/osgPlugins/Makefile +++ b/src/osgPlugins/Makefile @@ -1,8 +1,8 @@ #!smake SHELL=/bin/sh -#DIRS = osg rgb lib3ds flt pfb obj lwo dw osgtgz tgz zip pic png jpeg tga tiff gif -DIRS = osg rgb lib3ds flt obj lwo dw osgtgz tgz zip pic png jpeg tga tiff gif +#DIRS = osg rgb lib3ds flt pfb obj lwo dw bmp pic png jpeg tga tiff gif osgtgz tgz zip +DIRS = osg rgb lib3ds flt obj lwo dw bmp pic png jpeg tga tiff gif osgtgz tgz zip all : for f in $(DIRS) ; do cd $$f; $(MAKE) || exit 1; cd ..; done