From Laurens Voerman, "as I work in Visual Studio, the introduction of the new osg2 reader/writer gave me a confusing project list, especially the three projects named "Plugins osg". The attached patch changes the project names to "Plugins osg depricated xxx" and "Plugins osg serializer xxx" therefore keeping them close together in the Solution Explorer.

"
This commit is contained in:
Robert Osfield
2010-03-10 12:56:33 +00:00
parent 1f01d30f72
commit a5c33886da
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ IF(MSVC80 OR MSVC90)
ENDIF()
SET(TARGET_DEFAULT_PREFIX "osgdb_deprecated_")
SET(TARGET_DEFAULT_LABEL_PREFIX "Plugins")
SET(TARGET_DEFAULT_LABEL_PREFIX "Plugins osg deprecated")
SET(TARGET_COMMON_LIBRARIES
OpenThreads
osg

View File

@@ -24,7 +24,7 @@ IF(MSVC80 OR MSVC90)
ENDIF()
SET(TARGET_DEFAULT_PREFIX "osgdb_serializers_")
SET(TARGET_DEFAULT_LABEL_PREFIX "Plugins")
SET(TARGET_DEFAULT_LABEL_PREFIX "Plugins osg serializer")
SET(TARGET_COMMON_LIBRARIES
OpenThreads
osg