Bug #2
Release Target fails on VS2005
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Roland Landertshamer | % Done: | 0% | |
Category: | inVRs (whole framework) | |||
Target version: | V1.0 Alpha2 release | |||
Resolution: | fixed |
Description
When building the release target of inVRs the linker complains about missing debug definitions.
History
#1 Updated by Roland Landertshamer almost 16 years ago
- Status changed from New to Closed
- Resolution set to fixed
The "cmake\config.cmake" file contains debug-definitions in the release target:
line 34:
- set (OPENSG_CXX_FLAGS_RELEASE "/I ${OPENSG_DIR}/include /D WIN32 /D LIB /D _DEBUG /D _WINDOWS /D _OSG_HAVE_CONFIGURED_H /D OSG_BUILD_DLL /D OSG_DEBUG /D OSG_WITH_GLUT /D OSG_WITH_GIF /D OSG_WITH_TIF /D OSG_WITH_JPG")
+ set (OPENSG_CXX_FLAGS_RELEASE "/I ${OPENSG_DIR}/include /D WIN32 /D LIB /D _WINDOWS /D _OSG_HAVE_CONFIGURED_H /D OSG_BUILD_DLL /D OSG_WITH_GLUT /D OSG_WITH_GIF /D OSG_WITH_TIF /D OSG_WITH_JPG")
Will be integrated in next release v1.0alpha2.