Added "Core " infront of the osg, osgDB, osgUtil, osgText, and osgGLUT libraries

in the Visual Studio workspace/project files.
This commit is contained in:
Robert Osfield
2002-04-12 12:51:32 +00:00
parent 4d90729c33
commit d3fa1df64f
6 changed files with 327 additions and 327 deletions

View File

@@ -13,12 +13,12 @@ CFG=osgUtil - Win32 Debug
!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 "osgUtil.mak" CFG="osgUtil - Win32 Debug"
!MESSAGE NMAKE /f "osgUtil.mak" CFG="Core osgUtil - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "osgUtil - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "osgUtil - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "Core osgUtil - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "Core osgUtil - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
# Begin Project
@@ -29,7 +29,7 @@ CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "osgUtil - Win32 Release"
!IF "$(CFG)" == "Core osgUtil - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -55,7 +55,7 @@ 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 glu32.lib opengl32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../bin/osgUtil.dll" /libpath:"../../lib"
!ELSEIF "$(CFG)" == "osgUtil - Win32 Debug"
!ELSEIF "$(CFG)" == "Core osgUtil - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -86,8 +86,8 @@ LINK32=link.exe
# Begin Target
# Name "osgUtil - Win32 Release"
# Name "osgUtil - Win32 Debug"
# Name "Core osgUtil - Win32 Release"
# Name "Core osgUtil - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"