Fixed warnings in Bullet/src core library
Thanks Martijn Reuvers from Two Tribes B.V. (www.twotribes.com) for the patch To make this work more visible, suppress warnings in external libraries in Extras (COLLADA_DOM, libxml and glui contain many warnings) Added PreprocessorDefinitions: _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE to vcproj files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// This file is generated automatically.
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 2, 68, 0, 0
|
||||
PRODUCTVERSION 2, 68, 0, 0
|
||||
FILEVERSION 2, 69, 0, 0
|
||||
PRODUCTVERSION 2, 69, 0, 0
|
||||
#ifdef CS_DEBUG
|
||||
FILEFLAGS 0x1
|
||||
#else
|
||||
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
|
||||
BLOCK "040904E4"
|
||||
{
|
||||
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
|
||||
VALUE "ProductVersion", "2.68"
|
||||
VALUE "FileVersion", "2.68"
|
||||
VALUE "ProductVersion", "2.69"
|
||||
VALUE "FileVersion", "2.69"
|
||||
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
|
||||
VALUE "FileDescription", "UserCollisionAlgorithm"
|
||||
#ifdef CS_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user