From f85d2c7c9e91f0a3bb0eba5e3ceddf3f9be4a8a0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Nov 2004 15:32:03 +0000 Subject: [PATCH] =?UTF-8?q?From=20Morn=C3=A9=20Pistorius,=20fixes=20for=20?= =?UTF-8?q?VisualStudio7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VisualStudio/examples/osgvolume/osgvolume.dsp | 4 ++-- examples/osgarchive/osgarchive.cpp | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/VisualStudio/examples/osgvolume/osgvolume.dsp b/VisualStudio/examples/osgvolume/osgvolume.dsp index d69417750..bed7f107e 100644 --- a/VisualStudio/examples/osgvolume/osgvolume.dsp +++ b/VisualStudio/examples/osgvolume/osgvolume.dsp @@ -42,8 +42,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" MTL=midl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /I "../../../../OpenThreads/include" /I "../../../../Producer/include" /I "../../../../3rdParty/include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c +# ADD BASE CPP /nologo /W3 /GX /Od /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GR /GX /Od /I "../../../include" /I "../../../../OpenThreads/include" /I "../../../../Producer/include" /I "../../../../3rdParty/include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c # ADD BASE RSC /l 0x809 /d "NDEBUG" # ADD RSC /l 0x809 /d "NDEBUG" BSC32=bscmake.exe diff --git a/examples/osgarchive/osgarchive.cpp b/examples/osgarchive/osgarchive.cpp index 88b3a69ad..ad9fe579d 100644 --- a/examples/osgarchive/osgarchive.cpp +++ b/examples/osgarchive/osgarchive.cpp @@ -73,9 +73,6 @@ int main( int argc, char **argv ) arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the standard OpenSceneGraph example which loads and visualises 3d models."); arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); - // create DataSet. - osgDB::Archive::Status status; - // if user request help write it out to cout. if (arguments.read("-h") || arguments.read("--help")) {