From 8762f9a31eda21ac000974b21a7d89f3305ad12f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 14 Jul 2006 18:20:14 +0000 Subject: [PATCH] Added optional compilation of setenv code --- applications/osgconv/osgconv.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/applications/osgconv/osgconv.cpp b/applications/osgconv/osgconv.cpp index ffb28c979..dfcce9e92 100644 --- a/applications/osgconv/osgconv.cpp +++ b/applications/osgconv/osgconv.cpp @@ -450,17 +450,13 @@ int main( int argc, char **argv ) return 1; } +#ifndef _WIN32 std::string options; while(arguments.read("--optimizer",options)) { - osg::notify(osg::NOTICE)<<"Setting "<