bullet3/msvc/appSoftBodyDemo.rc
erwin.coumans bd97c5e569 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
2008-05-10 18:00:21 +00:00

31 lines
731 B
Plaintext

// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 2, 69, 0, 0
PRODUCTVERSION 2, 69, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "2.69"
VALUE "FileVersion", "2.69"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "SoftBodyDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.bulletphysics.com"
}
}
}
1 ICON "../../msvc/bullet_ico.ico"