From e623f57822c3f49ec049944a0e82998f43012f50 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 8 Feb 2007 20:30:51 +0000 Subject: [PATCH] From Charles Cole, "The program database filename was changed for the osgviewer application such as to not conflict with the program database file generated by the core osgViewer library. This change allows for both the application and library to be used in debugging mode within Visual Studio. This change has been tested with Visual Studio 2005 (VS8)." --- VisualStudio/applications/osgviewer/osgviewerapplication.dsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio/applications/osgviewer/osgviewerapplication.dsp b/VisualStudio/applications/osgviewer/osgviewerapplication.dsp index e269f8878..eb16e1555 100644 --- a/VisualStudio/applications/osgviewer/osgviewerapplication.dsp +++ b/VisualStudio/applications/osgviewer/osgviewerapplication.dsp @@ -76,7 +76,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 opengl32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt" /out:"$(OutDir)/osgviewerd.exe" /pdbtype:sept /libpath:"../../../lib/$(PlatformName)" +# ADD LINK32 opengl32.lib /nologo /subsystem:console /pdb:"../../../bin/$(PlatformName)/osgviewerapplicationd.pdb" /debug /machine:I386 /nodefaultlib:"libcmt" /out:"$(OutDir)/osgviewerd.exe" /pdbtype:sept /libpath:"../../../lib/$(PlatformName)" # SUBTRACT LINK32 /incremental:no !ENDIF