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)."
This commit is contained in:
Robert Osfield
2007-02-08 20:30:51 +00:00
parent d03e9aee0b
commit e623f57822

View File

@@ -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