From 204761190402de6ad75e8f7332b3234b014df2a5 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Tue, 31 Aug 2004 21:18:46 +0000 Subject: [PATCH] small change for Visual Studio compile --- VisualStudio/osgPlugins/net/net.dsp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/VisualStudio/osgPlugins/net/net.dsp b/VisualStudio/osgPlugins/net/net.dsp index da10ef414..92287b3d5 100644 --- a/VisualStudio/osgPlugins/net/net.dsp +++ b/VisualStudio/osgPlugins/net/net.dsp @@ -8,12 +8,12 @@ CFG=osgPlugin net - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE -!MESSAGE NMAKE /f "osgPlugin net.mak". +!MESSAGE NMAKE /f "net.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "osgPlugin net.mak" CFG="osgPlugin net - Win32 Debug" +!MESSAGE NMAKE /f "net.mak" CFG="osgPlugin net - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE @@ -54,7 +54,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 osgDB.lib OpenThreadsWin32.lib wsock32.lib /nologo /dll /machine:I386 /out:"../../../bin/osgdb_net.dll" +# ADD LINK32 osgDB.lib osg.lib OpenThreadsWin32.lib wsock32.lib /nologo /dll /machine:I386 /out:"../../../bin/osgdb_net.dll" !ELSEIF "$(CFG)" == "osgPlugin net - Win32 Debug" @@ -70,8 +70,8 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" F90=df.exe -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OSGPLUGINNET_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /vmg /vd0 /GR /GX /Zi /Od /I "../../../include" /I "../../../../OpenThreads/include" /I "../../../../Producer/include" /I "../../../../3rdParty/include" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OSGPLUGINNET_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /vmg /vd0 /GR /GX /Zi /Od /I "../../../include" /I "../../../../OpenThreads/include" /I "../../../../Producer/include" /I "../../../../3rdParty/include" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" @@ -81,7 +81,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 /debug /machine:I386 /pdbtype:sept -# ADD LINK32 osgDBd.lib OpenThreadsWin32d.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"../../../bin/osgdb_netd.dll" /pdbtype:sept +# ADD LINK32 osgDBd.lib osgd.lib OpenThreadsWin32d.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"../../../bin/osgdb_netd.dll" /pdbtype:sept !ENDIF