From 3065f35ae2025eefaf3952dcf1aa0f8390c2d3b2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 28 Aug 2002 19:46:56 +0000 Subject: [PATCH] Fixed the optimized library name of the osgText plugin. --- VisualStudio/osgPlugins/osgText/dot_osgText.dsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio/osgPlugins/osgText/dot_osgText.dsp b/VisualStudio/osgPlugins/osgText/dot_osgText.dsp index d6ffbe0fb..ec905124d 100644 --- a/VisualStudio/osgPlugins/osgText/dot_osgText.dsp +++ b/VisualStudio/osgPlugins/osgText/dot_osgText.dsp @@ -53,7 +53,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 /dll /machine:I386 -# ADD LINK32 /nologo /dll /pdb:none /machine:I386 /nodefaultlib:"LIBC" /out:"../../../bin/osgdb_osg.dll" /libpath:"../../../lib" +# ADD LINK32 /nologo /dll /pdb:none /machine:I386 /nodefaultlib:"LIBC" /out:"../../../bin/osgdb_osgText.dll" /libpath:"../../../lib" # SUBTRACT LINK32 /nodefaultlib !ELSEIF "$(CFG)" == "osgPlugin osgText - Win32 Debug"